1
0
mirror of https://github.com/rancher/os.git synced 2025-09-01 06:40:31 +00:00
Files
os/vendor/github.com/docker/engine-api/client/client_unix.go
2016-05-23 17:22:40 -07:00

7 lines
186 B
Go

// +build linux freebsd solaris openbsd
package client
// DefaultDockerHost defines os specific default if DOCKER_HOST is unset
const DefaultDockerHost = "unix:///var/run/docker.sock"