reg/vendor/github.com/docker/cli/opts/hosts_windows.go

7 lines
163 B
Go
Raw Normal View History

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