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
4bdf161d5c
open-consul
/
agent
/
docker_unix.go
6 lines
91 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
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
package
agent
const
DefaultDockerHost
=
"unix:///var/run/docker.sock"