Signed-off-by: Daniel Nephin <dnephin@gmail.com>
Upstream-commit: e8a454d8a6
Component: cli
7 lines
193 B
Go
7 lines
193 B
Go
// +build linux freebsd solaris openbsd darwin
|
|
|
|
package client
|
|
|
|
// DefaultDockerHost defines os specific default if DOCKER_HOST is unset
|
|
const DefaultDockerHost = "unix:///var/run/docker.sock"
|