1
0
Fork 0
forked from barak/tarpoon
tarpoon/vendor/github.com/docker/engine-api/client/client_unix.go

6 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"