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
d2515ed409
open-consul
/
agent
/
checks
/
docker_windows.go
4 lines
75 B
Go
Raw
Normal View
History
Unescape
Escape
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
=
"npipe:////./pipe/docker_engine"