mirror of
https://github.com/traefik/traefik.git
synced 2025-05-09 09:23:05 +00:00
5 lines
148 B
Go
5 lines
148 B
Go
package client
|
|
|
|
// DefaultDockerHost defines os specific default if DOCKER_HOST is unset
|
|
const DefaultDockerHost = "npipe:////./pipe/docker_engine"
|