hosts_unix.go 209 B

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