add weavescope

This commit is contained in:
James Oliver
2016-03-21 05:28:13 -07:00
parent 757f993e08
commit 4626623052
6 changed files with 82 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
weavescope-probe:
image: weaveworks/scope:0.11.1
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:0.11.1
ports:
- "4040:4040"
command:
- "--no-probe"
@@ -0,0 +1,4 @@
.catalog:
name: weavescope
version: 0.11.1
description: "Monitoring, visualisation and management for Docker"