db5e1fa544
full diff: https://github.com/docker/docker/compare/88f4bf4ae4ba...cf4df9d8ae4c62e38789d8d7e02da7db393fb4c0 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
8 lines
271 B
Go
8 lines
271 B
Go
//go:build !windows
|
|
|
|
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 = "unix:///var/run/docker.sock"
|