You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since late morning vagrant up --provision doesn't work on our different systems.
We have made no changes to our VagrantFile.
We use: phusion/ubuntu-14.04-amd64
The error output is:
DEBUG ssh: Re-using SSH connection.
INFO ssh: Execute: chmod +x '/tmp/vagrant-shell' && /tmp/vagrant-shell (sudo=true)
DEBUG ssh: stderr: /tmp/vagrant-shell: line 1: docker: command not found
INFO interface: info: /tmp/vagrant-shell: line 1: docker: command not found
INFO interface: info: ==> dev: /tmp/vagrant-shell: line 1: docker: command not found
==> dev: /tmp/vagrant-shell: line 1: docker: command not found
DEBUG ssh: stderr: /tmp/vagrant-shell: line 1: docker: command not found
INFO interface: info: /tmp/vagrant-shell: line 1: docker: command not found
INFO interface: info: ==> dev: /tmp/vagrant-shell: line 1: docker: command not found
==> dev: /tmp/vagrant-shell: line 1: docker: command not found
DEBUG ssh: Exit status: 127
ERROR warden: Error occurred: The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.
I don't see any changes to the image so I'm wondering what could possibly cause this?
Here is the section of the VagrantFile causing the problem:
Hi,
Since late morning
vagrant up --provision
doesn't work on our different systems.We have made no changes to our VagrantFile.
We use:
phusion/ubuntu-14.04-amd64
The error output is:
I don't see any changes to the image so I'm wondering what could possibly cause this?
Here is the section of the VagrantFile causing the problem:
Please advise if you have any idea what could be causing this?
thank you
The text was updated successfully, but these errors were encountered: