github.com/docker/docker@v299999999.0.0-20200612211812-aaf470eca7b5+incompatible/client/client_unix.go (about)

     1  // +build linux freebsd openbsd darwin solaris illumos
     2  
     3  package client // import "github.com/docker/docker/client"
     4  
     5  // DefaultDockerHost defines os specific default if DOCKER_HOST is unset
     6  const DefaultDockerHost = "unix:///var/run/docker.sock"
     7  
     8  const defaultProto = "unix"
     9  const defaultAddr = "/var/run/docker.sock"