blob: e5b921b40642f25fe4ef2b6ae7a8e93034cfbc30 [file] [log] [blame]
//go:build !windows
package client
// DefaultDockerHost defines OS-specific default host if the DOCKER_HOST
// (EnvOverrideHost) environment variable is unset or empty.
const DefaultDockerHost = "unix:///var/run/docker.sock"