clair/vendor/github.com/docker/engine-api/client/client_unix.go
2016-09-28 15:24:38 +02: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"