mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
3d510f15da
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
6 lines
148 B
Go
6 lines
148 B
Go
// +build windows
|
|
|
|
package opts
|
|
|
|
// DefaultHost constant defines the default host string used by docker on Windows
|
|
var DefaultHost = DefaultTCPHost
|