From fc53f9e5a65b6187fea3a7217c772edf46a46a92 Mon Sep 17 00:00:00 2001 From: Roberto Bruggemann Date: Fri, 15 Dec 2017 10:51:36 +0000 Subject: [PATCH] Update Scope version in docs to 1.6.7 --- site/installing.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/site/installing.md b/site/installing.md index 6494cf49f..744af40b8 100644 --- a/site/installing.md +++ b/site/installing.md @@ -125,7 +125,7 @@ After it’s been launched, open your browser to `http://localhost:4040`. **Docker Compose Format Version 1:** scope: - image: weaveworks/scope:1.6.6 + image: weaveworks/scope:1.6.7 net: "host" pid: "host" privileged: true @@ -141,7 +141,7 @@ After it’s been launched, open your browser to `http://localhost:4040`. version: '2' services: scope: - image: weaveworks/scope:1.6.6 + image: weaveworks/scope:1.6.7 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.6 + image: weaveworks/scope:1.6.7 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.6 + image: weaveworks/scope:1.6.7 network_mode: "host" pid: "host" privileged: true