opts_unix.go 176 B

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