boot2docker / osx-installer

Docker installer for Mac OS X
Apache License 2.0
1.25k stars 258 forks source link

installer does not create $HOME/.boot2docker and the vm #114

Closed rtacconi closed 9 years ago

rtacconi commented 9 years ago

Latest downloadable version on OSX 10.9.5 installs without errors, when I try:

» docker run hello-world
Post http:///var/run/docker.sock/v1.19/containers/create: dial unix /var/run/docker.sock: no such file or directory. Are you trying to connect to a TLS-enabled daemon without TLS?

$HOME/.boot2docker is not created and the Virtual Machine is not there too. The only thing is seems to install is:

» which docker
/usr/local/bin/docker

rtacconi commented 9 years ago

I was running 'docker' without starting boot2docker :-)