Docker crashing

Expected behavior

N/A

Actual behavior

Docker for mac crashing on startup.

Information

Diagnostic ID: E842640A-1E5C-42FD-8BB5-20628C15E9D7
Docker for Mac: 1.12.0-beta21 (Build 11019)
macOS: Version 10.12 (Build 16A286a)
[ERROR] docker-cli
cannot find docker
docker-cli check failed with: Failure(“docker -v: timeout after 10.00s”)
[OK] app
[OK] moby-syslog
[ERROR] disk
disk check failed with: Failure(“exec: /Applications/Docker.app/Contents/Resources/bin/…/…/…/Contents/MacOS/qemu-img check /Users/sanselme/Library/Containers/com.docker.docker/Data/com.docker.driver.amd64-linux/Docker.qcow2 > /tmp/E842640A-1E5C-42FD-8BB5-20628C15E9D7/20160809-171251/qemu-img-check.stdout 2> /tmp/E842640A-1E5C-42FD-8BB5-20628C15E9D7/20160809-171251/qemu-img-check.stderr: exit 1”)
[OK] virtualization
[OK] system
[OK] menubar
[ERROR] osxfs
com.docker.osxfs is not running
[ERROR] db
/Users/sanselme/Library/Containers/com.docker.docker/Data/s40 does not exist
Unexpected error (No such file or directory) connecting to /Users/sanselme/Library/Containers/com.docker.docker/Data/s40
com.docker.db is not running
[ERROR] slirp
/Users/sanselme/Library/Containers/com.docker.docker/Data/s51 does not exist
Unexpected error (No such file or directory) connecting to /Users/sanselme/Library/Containers/com.docker.docker/Data/s51
com.docker.slirp is not running
[OK] moby-console
[OK] logs
[ERROR] vmnetd
/var/tmp/com.docker.vmnetd.socket does not exist
Unexpected error (No such file or directory) connecting to /var/tmp/com.docker.vmnetd.socket
/private/tmp/vmnetd/com.docker.vmnetd is not running
[OK] env
[ERROR] moby
/Users/sanselme/Library/Containers/com.docker.docker/Data/com.docker.driver.amd64-linux/console-ring does not exist
[ERROR] driver.amd64-linux
Docker.app/Contents/MacOS/com.docker.driver.amd64-linux -db is not running

Steps to reproduce

N/A

Screenshot

I’m experiencing the same behavior. I started seeing this after I tried to manually uninstall docker for mac by dragging and dropping it into my trash can. Don’t know if that helps, but I’m still looking for a fix.

This is a known issue with macOS Sierra Beta. It is being tracked at https://github.com/docker/for-mac/issues/202.

I reinstalled docker, ran it as root ( sudo /Applications/Docker.app/Contents/MacOS/Docker) and then uninstalled it By going to [Docker Icon] > Prefrences > Uninstall/Restart. I then reinstalled it again, and now everything seems to be working fine.
However, I didn’t do this until after seeing @dssheet’s post regarding this being an issue with macOS Sierra, and had already updated to the latest beta, so that might have done it as well.
Thans @dssheet!