podman/vendor/github.com/docker/docker/client/client_windows.go

6 lines
209 B
Go

package client
// DefaultDockerHost defines OS-specific default host if the DOCKER_HOST
// (EnvOverrideHost) environment variable is unset or empty.
const DefaultDockerHost = "npipe:////./pipe/docker_engine"