31ee158394
We're parsing the URL either way, so may just as well use the result. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
5 lines
253 B
Go
5 lines
253 B
Go
package client // import "github.com/docker/docker/client"
|
|
|
|
// DefaultDockerHost defines OS-specific default host if the DOCKER_HOST
|
|
// (EnvOverrideHost) environment variable is unset or empty.
|
|
const DefaultDockerHost = "npipe:////./pipe/docker_engine"
|