opts_unix.go 182 B

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