mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 05:23:04 +00:00
6 lines
92 B
Go
6 lines
92 B
Go
// +build !windows
|
|
|
|
package checks
|
|
|
|
const DefaultDockerHost = "unix:///var/run/docker.sock"
|