This website requires JavaScript.
Explore
Help
Sign In
luxolus
/
open-consul
Watch
2
Star
0
Fork
You've already forked open-consul
0
Code
Issues
1
Pull Requests
Packages
Releases
Wiki
Activity
1ebe11fa63
open-consul
/
agent
/
checks
/
docker_unix.go
6 lines
92 B
Go
Raw
Normal View
History
Unescape
Escape
agent: make docker client work on windows
2017-07-19 09:53:38 +00:00
// +build !windows
build: add missing build tags
2017-07-19 03:07:31 +00:00
Decouple the code that executes checks from the agent
2017-10-25 09:18:07 +00:00
package
checks
agent: replace docker check This patch replaces the Docker client which is used for health checks with a simplified version tailored for that purpose. See #3254 See #3257 Fixes #3270
2017-07-12 14:01:42 +00:00
const
DefaultDockerHost
=
"unix:///var/run/docker.sock"