Merge pull request #2649 from weaveworks/1975-honor-docker-host-in-probe

Honor DOCKER_* env variables in probe and app
This commit is contained in:
Roland Schilter
2017-06-28 09:07:52 +02:00
committed by GitHub
6 changed files with 15 additions and 15 deletions

View File

@@ -12,10 +12,9 @@ import (
// Default values for weave app integration
const (
DefaultHostname = "scope.weave.local."
DefaultWeaveURL = "http://127.0.0.1:6784"
DefaultContainerName = "weavescope"
DefaultDockerEndpoint = "unix:///var/run/docker.sock"
DefaultHostname = "scope.weave.local."
DefaultWeaveURL = "http://127.0.0.1:6784"
DefaultContainerName = "weavescope"
)
// WeavePublisher is a thing which periodically registers this app with WeaveDNS.