mirror of
https://github.com/traefik/traefik.git
synced 2025-05-09 09:23:05 +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"
|