opts_unix.go 218 B

123456
  1. // +build !windows
  2. package opts // import "github.com/docker/docker/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"