Expected behavior
Docker start
Actual behavior
No command can be running without an error
Information
pinata diagnose -u
OS X: version 10.11.4 (build: 15E65)
Docker.app: version v1.11.0-beta7
Running diagnostic tests:
Error docker ps: timeout after 10.00s
[ERROR] docker-cli docker ps failed: Misc.Failure
[OK] docker-cli
Error docker ps: timeout after 10.00s
[OK] Moby booted
Thread 6 killed on uncaught exception Misc.Failure
[OK] driver.amd64-linux
[OK] vmnetd
[OK] osxfs
[OK] db
[OK] slirp
[OK] menubar
[OK] environment
[OK] Docker
[OK] VT-x
Docker logs are being collected into /tmp/20160417-123428.tar.gz
Most specific failure is: docker ps failed: Misc.Failure
Steps to reproduce the behavior
- .Installed Docker for Mac and try to run any command like ps, images and so on
- …