Updated Weavescope to v1.6.5

This commit is contained in:
Kyle Sessions
2017-12-06 19:20:33 -07:00
parent a9d6566be5
commit 0e91698d96
3 changed files with 29 additions and 1 deletions
+24
View File
@@ -0,0 +1,24 @@
weavescope-probe:
image: weaveworks/scope:1.6.5
privileged: true
net: host
pid: host
labels:
io.rancher.scheduler.global: true
io.rancher.container.dns: true
links:
- weavescope-app
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
tty: true
command:
- "--probe.docker"
- "true"
- "--no-app"
- "weavescope-app"
weavescope-app:
image: weaveworks/scope:1.6.5
ports:
- "4040:4040"
command:
- "--no-probe"