You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker: Cannot connect to the Docker daemon. Is the docker daemon running on this host?. See 'docker run --help'.
Information
Diagnostic ID: F76ED126-D81F-40D4-8924-5101BA1A6BA5
Docker for Mac: 1.12.0-a (Build 11213)
macOS: Version 10.11.4 (Build 15E65)
[ERROR] docker-cli
/var/run/docker.sock does not exist
Permission denied (EACCES) connecting to /var/run/docker.sock: check permissions
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
I have OS X Server and Xcode Server installed and running on this Mac. This sets up a user for the build process called _xcsbuildd, and the symlink appears to be pointing to a path for the _xcsbuildd user instead of my user (ioveracker).
> ls -l /var/run/docker.sock
lrwxr-xr-x 1 root daemon 61 Aug 16 13:53 /var/run/docker.sock -> /var/_xcsbuildd/Library/Containers/com.docker.docker/Data/s60
Steps to reproduce
Install OS X Server?
Turn on Xcode Server?
Install Docker for Mac. Installation succeeds and Docker starts successfully.
Open Terminal and try to run docker run hello-world.
The text was updated successfully, but these errors were encountered:
Expected behavior
docker run hello-world
Actual behavior
docker: Cannot connect to the Docker daemon. Is the docker daemon running on this host?. See 'docker run --help'.
Information
Diagnostic ID: F76ED126-D81F-40D4-8924-5101BA1A6BA5
Docker for Mac: 1.12.0-a (Build 11213)
macOS: Version 10.11.4 (Build 15E65)
[ERROR] docker-cli
/var/run/docker.sock does not exist
Permission denied (EACCES) connecting to /var/run/docker.sock: check permissions
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
I have OS X Server and Xcode Server installed and running on this Mac. This sets up a user for the build process called _xcsbuildd, and the symlink appears to be pointing to a path for the _xcsbuildd user instead of my user (ioveracker).
Steps to reproduce
docker run hello-world
.The text was updated successfully, but these errors were encountered: