mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-26 17:18:19 +00:00
7 lines
225 B
Go
7 lines
225 B
Go
|
// +build linux freebsd solaris openbsd darwin
|
||
|
|
||
|
package docker // import "docker.io/go-docker"
|
||
|
|
||
|
// DefaultDockerHost defines os specific default if DOCKER_HOST is unset
|
||
|
const DefaultDockerHost = "unix:///var/run/docker.sock"
|