Merge pull request #338 from faddat/patch-4
Update weavescope version to 1.0.0
This commit is contained in:
commit
64d78df8d1
@ -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:
|
||||
|
@ -1,4 +1,4 @@
|
||||
.catalog:
|
||||
name: weavescope
|
||||
version: 0.11.1
|
||||
version: 1.0.0
|
||||
description: "Monitoring, visualisation and management for Docker"
|
||||
|
@ -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"
|
@ -1,4 +0,0 @@
|
||||
.catalog:
|
||||
name: weavescope
|
||||
version: 0.12.0
|
||||
description: "Monitoring, visualisation and management for Docker"
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user