mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 17:51:21 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user