mirror of https://github.com/hashicorp/consul
6 lines
92 B
Go
6 lines
92 B
Go
|
// +build !windows
|
||
|
|
||
|
package checks
|
||
|
|
||
|
const DefaultDockerHost = "unix:///var/run/docker.sock"
|