github.com/endophage/docker@v1.4.2-0.20161027011718-242853499895/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"