Open flado opened 9 years ago
maybe docker-machine ssh tail /var/log/docker.log
will tell you more
yes, it sounds very unusual - though you could create this issue by setting the docker daemon to only listening to the tcp socket, and not /var/run/docker.sock
After installation of Docker Toolbox v1.9.1 on windows:
And now I an trying to restart docker daemon:
but the docker daemon has actually stopped and I can't start it anymore:
What is really strange is that using "docker.exe" straight from Windows everything looks good:
How is that possible that when I ssh into the "default" docker VM I can;t see the "docker daemon running but from windows I can list, start and run containers ?