mirror of
https://github.com/docker/docs.git
synced 2026-03-28 14:58:53 +07: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
|