1
0
mirror of https://github.com/strongdm/comply synced 2025-12-06 22:34:04 +00:00
Files
comply/vendor/github.com/docker/docker/client/client_unix.go
Justin McCarthy 1746fe3ee7 Initial commit
2018-05-15 14:13:11 -07:00

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"