Expected behavior
Docker should work
Actual behavior
All commands hang (docker ps; docker logs; etc.). Restarting the daemon has no effect. The only way to resolve is to completely restore to factory defaults.
Information
(Diagnose won’t run, presumably because it hangs on a daemon command)
Steps to reproduce the behavior
- Run this docker command:
docker run -d -v $(pwd)/data:/data boucher/mongo-local-replicaset
Give the processes some time to start up (about 30 seconds). Then kill the container.
- Run the same command again.
I usually attach with logs -f immediately after, but I don’t think its necessary. At this point all docker commands stop working for me.
The Dockerfile for this image is here: