Update Scope version in docs to 1.7.0

This commit is contained in:
Roberto Bruggemann
2018-01-17 13:55:40 +00:00
parent ae46d8c186
commit 889fbea83e
+4 -4
View File
@@ -125,7 +125,7 @@ After its been launched, open your browser to `http://localhost:4040`.
**Docker Compose Format Version 1:**
scope:
image: weaveworks/scope:1.6.7
image: weaveworks/scope:1.7.0
net: "host"
pid: "host"
privileged: true
@@ -141,7 +141,7 @@ After its been launched, open your browser to `http://localhost:4040`.
version: '2'
services:
scope:
image: weaveworks/scope:1.6.7
image: weaveworks/scope:1.7.0
network_mode: "host"
pid: "host"
privileged: true
@@ -165,7 +165,7 @@ Version 2 of this YAML file supports networks and volumes as defined by any plug
**Docker Compose Format Version 1:**
probe:
image: weaveworks/scope:1.6.7
image: weaveworks/scope:1.7.0
net: "host"
pid: "host"
privileged: true
@@ -182,7 +182,7 @@ Version 2 of this YAML file supports networks and volumes as defined by any plug
version: '2'
services:
probe:
image: weaveworks/scope:1.6.7
image: weaveworks/scope:1.7.0
network_mode: "host"
pid: "host"
privileged: true