github.com/noxiouz/docker@v0.7.3-0.20160629055221-3d231c78e8c5/opts/opts_unix.go (about)

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