mirror of
https://github.com/traefik/traefik
synced 2026-02-12 22:38:08 +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"
|