-
Notifications
You must be signed in to change notification settings - Fork 30
Unable to connect to Docker TCP service #1374
Comments
@MarcDiethelm when you login to the machine and see if docker-tcp.socket is running? |
systemctl status docker-tcp.socket |
If it isn't running do: systemctl stop docker.service Then try again. |
Yeah, as mentioned in the VM the Docker commands work. I did manually stop and start the service previously but no joy. |
I'm on the road currently but will try the status check when I can. |
Yup.
But no response in the local shell.
|
vagrant version~/coreos-vagrant master vagrant --version
Vagrant 1.6.5
|
For what it's worth I solved this by using the following
|
I did create a pull request for the solution from BugRoger |
Issue by MarcDiethelm
Setting
$expose_docker_tcp=2375
in config.rb and invokingexport DOCKER_HOST='tcp://127.0.0.1:2375'
does not give the expected results.local shell:
VM:
Set via project user-data:
On the VM docker commands are working. But the docker commands in the local shell fail.
Probably unrelated but I'm also seeing a ssh connection error in
vagrant up
. See: #131The text was updated successfully, but these errors were encountered: