mirror of
https://github.com/docker/cli.git
synced 2026-09-24 07:25:07 -05:00
Signed-off-by: Yong Tang <yong.tang.github@outlook.com> Upstream-commit: 4785f1a7ab7ec857dc3ca849ee6ecadf519ef30e Component: engine
7 lines
185 B
Go
7 lines
185 B
Go
// +build linux freebsd openbsd darwin
|
|
|
|
package client
|
|
|
|
// DefaultDockerHost defines os specific default if DOCKER_HOST is unset
|
|
const DefaultDockerHost = "unix:///var/run/docker.sock"
|