mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
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
|