Files
docker-cli/components/cli/opts/hosts_windows.go
John Starks 323e48b77a Windows: Default to npipe transport
This changes the default transport for Windows from unencrypted TCP to
npipe. This is similar to how Linux runs with the unix socket transport by
default.

Signed-off-by: John Starks <jostarks@microsoft.com>
Upstream-commit: 6ad28f55d5
Component: cli
2017-05-15 11:57:18 +02:00

7 lines
163 B
Go

// +build windows
package opts
// DefaultHost constant defines the default host string used by docker on Windows
var DefaultHost = "npipe://" + DefaultNamedPipe