mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 13:55:55 +00:00
2123700056
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
4 lines
74 B
Go
4 lines
74 B
Go
package agent
|
|
|
|
const DefaultDockerHost = "npipe:////./pipe/docker_engine"
|