mirror of
https://github.com/moby/moby.git
synced 2026-07-16 12:31:44 +00:00
7 lines
148 B
Go
7 lines
148 B
Go
// +build windows
|
|
|
|
package opts
|
|
|
|
// DefaultHost constant defines the default host string used by docker on Windows
|
|
var DefaultHost = DefaultTCPHost
|