github.com/docker/docker@v299999999.0.0-20200612211812-aaf470eca7b5+incompatible/opts/opts_unix.go (about)

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