I'm running OS X 10.10.3.
boot2docker init creates the virtual machine. boot2docker start starts the virtual machine, but it fails to connect to it with autodetection of the VM docker socket failing. These are the last few lines of the verbose output:
Started.
Trying to get Docker socket one more time
2015/04/05 20:09:58 executing: /usr/bin/ssh ssh -o IdentitiesOnly=yes -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -p 2022 -i /Users/sarvagnan/.ssh/id_boot2docker docker@localhost grep tcp:// /proc/$(cat /var/run/docker.pid)/cmdline
Error requesting socket: exit status 255
2015/04/05 20:09:58 executing: /usr/bin/ssh ssh -o IdentitiesOnly=yes -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o LogLevel=quiet -p 2022 -i /Users/sarvagnan/.ssh/id_boot2docker docker@localhost tar c /home/docker/.docker/*.pem
Auto detection of the VM's Docker socket failed.
Please run boot2docker -v up to diagnose.
I've tried deleting the VM, downloading and starting again but that gives me the same output.
How do I fix this? Any help would be greatly appreciated.