1
0
mirror of https://github.com/strongdm/comply synced 2024-09-28 22:30:59 +00:00
comply/vendor/github.com/docker/docker/client/client_unix.go

10 lines
334 B
Go

// +build linux freebsd openbsd netbsd darwin solaris illumos dragonfly
package client // import "github.com/docker/docker/client"
// DefaultDockerHost defines os specific default if DOCKER_HOST is unset
const DefaultDockerHost = "unix:///var/run/docker.sock"
const defaultProto = "unix"
const defaultAddr = "/var/run/docker.sock"