opts/opts_unix.go
eb2acb8f
 // +build !windows
 
 package opts
 
 // DefaultHTTPHost Default HTTP Host used if only port is provided to -H flag e.g. docker daemon -H tcp://:8080
 const DefaultHTTPHost = "localhost"