github.com/docker/docker@v299999999.0.0-20200612211812-aaf470eca7b5+incompatible/daemon/network/constants.go (about)

     1  package network
     2  
     3  const (
     4  	// HostGatewayName is the string value that can be passed
     5  	// to the IPAddr section in --add-host that is replaced by
     6  	// the value of HostGatewayIP daemon config value
     7  	HostGatewayName = "host-gateway"
     8  )