mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
This moves the engine-api client package to `/docker/docker/client`. Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
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"
|