-
Notifications
You must be signed in to change notification settings - Fork 126
Closed
Description
Please, check https://docs.docker.com/docker-for-mac/troubleshoot/.
Issues without logs and details cannot be debugged, and will be closed.
- I have tried with the latest version of my channel (Stable or Edge)
- I have submitted Diagnostics
- I have included the Diagnostics ID in this Issue
Expected behavior
Expected Docker to restart after downloading and installing the latest version.
Actual behavior
After downloading and installing the latest version of Docker
I get the following error message each time I try to restart Docker:
Fatal Error
com.docker.supervisor failed to start
Exit code 1
I tried "Reset Docker to factory defaults" but the result is the same.
Information
Diagnostic ID : 9653915B-2579-4B7F-A6E5-351617222E35/20180326-190106
Docker for Mac: version: 18.03.0-ce-mac59 (dd2831d4b7421cf559a0881cc7a5fdebeb8c2b98)
macOS: version 10.13.3 (build: 17D102)
logs: /tmp/9653915B-2579-4B7F-A6E5-351617222E35/20180326-190106.tar.gz
failure: No Docker.qcow2 or Docker.raw found: the VM has never been started
[ERROR] vpnkit
Unexpected error ((Failure
"Error connecting socket to 9p endpoint unix:/Volumes/Macintosh_HD/Users/normansecord/Library/Containers/com.docker.docker/Data/s51: Unix.Unix_error(Unix.ENOENT, \"connect\", \"\")")) connecting to /Volumes/Macintosh_HD/Users/normansecord/Library/Containers/com.docker.docker/Data/s51
com.docker.vpnkit is not running
vpnkit check failed with: Unix.Unix_error(Unix.ENOENT, "connect", "")
[OK] vmnetd
[OK] dns
[ERROR] driver.amd64-linux
com.docker.driver.amd64-linux is not running
[OK] virtualization VT-X
[OK] app
[ERROR] moby
/Volumes/Macintosh_HD/Users/normansecord/Library/Containers/com.docker.docker/Data/vms/0/console-ring does not exist
[OK] system
[OK] moby-syslog
[ERROR] kubernetes
#ffb2b2# kubernetes check failed with: (Failure
"exec: /usr/local/bin/kubectl --context docker-for-desktop --namespace docker get pods -o go-template='{{range .items}}{{.metadata.name}}\
\n{{end}}': exit 1")##
[OK] files
[OK] env
[OK] virtualization kern.hv_support
[ERROR] osxfs
com.docker.osxfs is not running
[OK] moby-console
[OK] logs
[ERROR] docker-cli
/var/run/docker.sock does not exist
Unexpected error (No such file or directory) connecting to /var/run/docker.sock
/Volumes/Macintosh_HD/Users/normansecord/Library/Containers/com.docker.docker/Data/s60 does not exist
Unexpected error (No such file or directory) connecting to /Volumes/Macintosh_HD/Users/normansecord/Library/Containers/com.docker.docker/Data/s60
docker ps failed
[ERROR] disk
No Docker.qcow2 or Docker.raw found: the VM has never been started
Steps to reproduce the behavior
- Docker 17.12 was installed (and working fine) and the automatic updater announced that 18.03 was available, do I want to install it
- Click download and install and the error follows ...