mirror of
https://github.com/clearlinux/docker.git
synced 2026-05-13 18:23:53 +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
|