Expected behavior
It just works.
Actual behavior
docker info
freezes.docker ps
freezes.docker-compose build
saysimage-name uses an image, skipping
and stops.docker-compose up
saysBuilding...
and freezes.kitematic
opens and loads up until 99%, then freezes.
Information
PLEASE HELP!
- Today, I removed everything docker related, including Docker for Mac (beta).
- Then I installed Docker for Mac. Same issues.
- I then installed Docker Toolbox. Same.
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
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!!!