mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-12 01:15:18 +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"
|