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

     1  // +build !windows
     2  
     3  package opts // import "github.com/docker/docker/opts"
     4  
     5  import "fmt"
     6  
     7  // DefaultHost constant defines the default host string used by docker on other hosts than Windows
     8  var DefaultHost = fmt.Sprintf("unix://%s", DefaultUnixSocket)