mirror of
https://github.com/containers/skopeo.git
synced 2025-04-27 19:05:32 +00:00
7 lines
186 B
Go
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"
|