-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker will not start #559
Comments
Merging #119 |
An Assertion failure relating to a Docker component was found in the system logs. May be related to moby/hyperkit#50 The following log matches:
|
Closed issues are locked after 30 days of inactivity. If you have found a problem that seems similar to this, please open a new issue. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
Expected behavior
Docker starts successfully.
Actual behavior
"Docker starting..." in menubar never completes. Menu bar animation never ends.
Information
Diagnostic ID: 44C80136-2FD5-43AB-958B-86BDC36E9D52
Docker for Mac: 1.12.0-a (Build 11213)
macOS: Version 10.11.6 (Build 15G1004)
[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
Additional output:
/Applications/Docker.app/Contents/Resources/bin/docker-diagnose -u
OS X: version 10.11.6 (build: 15G1004)
Docker.app: version: mac-v1.12.0.1
Running diagnostic tests:
[ERROR] docker-cli Connection refused (ECONNREFUSED) connecting to /var/run/docker.sock: check if service is running
[ERROR] docker-cli Connection refused (ECONNREFUSED) connecting to /Users/john/Library/Containers/com.docker.docker/Data/s60: check if service is running
Error docker ps: timeout after 10.00s
[ERROR] docker-cli docker ps failed: Failure("docker ps: timeout after 10.00s")
[OK] Moby booted
[ERROR] driver.amd64-linux Docker.app/Contents/MacOS/com.docker.driver.amd64-linux -db is not running
[OK] vmnetd
[ERROR] osxfs com.docker.osxfs is not running
[ERROR] db Connection refused (ECONNREFUSED) connecting to /Users/john/Library/Containers/com.docker.docker/Data/s40: check if service is running
[ERROR] db com.docker.db is not running
[ERROR] slirp Connection refused (ECONNREFUSED) connecting to /Users/john/Library/Containers/com.docker.docker/Data/s51: check if service is running
[ERROR] slirp com.docker.slirp is not running
[OK] menubar
[OK] environment
[OK] Docker
[OK] VT-x
Error docker ps: got timeout (docker ps: exit 1)
Error exec: echo "00000003.0000f3a6" | nc -U /Users/john/Library/Containers/com.docker.docker/Data/@connect > /tmp/44C80136-2FD5-43AB-958B-86BDC36E9D52/20160908-203131/diagnostics.tar: exit 1
Most specific failure is: com.docker.slirp is not running
Docker logs are being collected into /tmp/44C80136-2FD5-43AB-958B-86BDC36E9D52/20160908-203131.tar.gz
Your unique id is: 44C80136-2FD5-43AB-958B-86BDC36E9D52
Please quote this in all correspondence.
Exit Code
echo $?
1
Steps to reproduce
The text was updated successfully, but these errors were encountered: