Signed-off-by: Daniel Nephin <dnephin@docker.com> Upstream-commit: 4f0d95fa6ee7f865597c03b9e63702cdcb0f7067 Component: engine
5 lines
186 B
Go
5 lines
186 B
Go
package opts // import "github.com/docker/docker/opts"
|
|
|
|
// DefaultHost constant defines the default host string used by docker on Windows
|
|
var DefaultHost = "npipe://" + DefaultNamedPipe
|