opts/hosts_unix.go
96ce3a19
 // +build !windows
 
 package opts
 
 import "fmt"
 
0bd016b1
 // DefaultHost constant defines the default host string used by docker on other hosts than Windows
96ce3a19
 var DefaultHost = fmt.Sprintf("unix://%s", DefaultUnixSocket)