Docker commands and Kitematic are failing

Expected behavior

It just works.

Actual behavior

  • docker info freezes.
  • docker ps freezes.
  • docker-compose build says image-name uses an image, skipping and stops.
  • docker-compose up says Building... and freezes.
  • kitematic opens and loads up until 99%, then freezes.

Information

:sob: PLEASE HELP! :sob:

And now I’m here, desperate for help. This is a follow-up to this previous issue, more than a month ago. I hope this time I get a reply from anyone :sweat:

Previously, as a workaround, I had to run these 4 commands on every terminal tab:

docker-machine start # start virtual machine for docker
docker-machine env  # it's helps to get environment variables
eval "$(docker-machine env default)" #set environment variables
export DOCKER_API_VERSION=1.23

Now not even that works!! I don’t know where to start. I had hoped that removing and installing everything would solve the problem but only made it worse.

The output of Diagnose & Feedback on my Mac is:

Docker for Mac: version: win-beta-v1.12.0-rc5-beta21-73-g9cd1dc2
OS X: version 10.11.5 (build: 15F34)
logs: /tmp/2B5FD190-9E44-4317-BC93-2FE0A37AFB31/20160731-093354.tar.gz
failure: docker ps failed: Failure("docker ps: timeout after 10.00s")
[ERROR]  docker-cli
         docker ps failed
[OK]     app
[OK]     moby-syslog
[OK]     disk
[OK]     virtualization
[OK]     system
[OK]     menubar
[OK]     osxfs
[OK]     db
[OK]     slirp
[OK]     moby-console
[OK]     logs
[OK]     vmnetd
[OK]     env
[OK]     moby
[OK]     driver.amd64-linux

Please let me know if you need any more info. I need docker for work tomorrow!!!

I just did a docker factory reset before uninstalling it and the reset did the trick… :disappointed_relieved: