Merge pull request #338 from faddat/patch-4

Update weavescope version to 1.0.0
This commit is contained in:
Raúl Sánchez 2016-11-23 17:11:48 -08:00 committed by GitHub
commit 64d78df8d1
5 changed files with 4 additions and 32 deletions

View File

@ -1,5 +1,5 @@
weavescope-probe:
image: weaveworks/scope:0.11.1
image: weaveworks/scope:1.0.0
privileged: true
net: host
pid: host
@ -17,7 +17,7 @@ weavescope-probe:
- "--no-app"
- "weavescope-app"
weavescope-app:
image: weaveworks/scope:0.11.1
image: weaveworks/scope:1.0.0
ports:
- "4040:4040"
command:

View File

@ -1,4 +1,4 @@
.catalog:
name: weavescope
version: 0.11.1
version: 1.0.0
description: "Monitoring, visualisation and management for Docker"

View File

@ -1,24 +0,0 @@
weavescope-probe:
image: weaveworks/scope:0.12.0
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.12.0
ports:
- "4040:4040"
command:
- "--no-probe"

View File

@ -1,4 +0,0 @@
.catalog:
name: weavescope
version: 0.12.0
description: "Monitoring, visualisation and management for Docker"

View File

@ -1,6 +1,6 @@
name: Weave Scope
description: "Monitoring, visualisation and management for Docker"
version: 0.12.0
version: 1.0.0
category: Monitoring
maintainer: "Ilya Dmitrichenko <ilya@weave.works>"
license: "Apache License v2.0"