github.com/rish1988/moby@v25.0.2+incompatible/client/client_unix.go (about) 1 //go:build !windows 2 3 package client // import "github.com/docker/docker/client" 4 5 // DefaultDockerHost defines OS-specific default host if the DOCKER_HOST 6 // (EnvOverrideHost) environment variable is unset or empty. 7 const DefaultDockerHost = "unix:///var/run/docker.sock"