github.com/brandon-bethke-neudesic/moby@v1.13.1/client/client_unix.go (about) 1 // +build linux freebsd solaris openbsd darwin 2 3 package client 4 5 // DefaultDockerHost defines os specific default if DOCKER_HOST is unset 6 const DefaultDockerHost = "unix:///var/run/docker.sock"