From d3450229cdab4def8bdd00d3c13070504026cc05 Mon Sep 17 00:00:00 2001 From: jpellizzari Date: Wed, 15 Feb 2017 15:10:50 -0800 Subject: [PATCH] Docs update with new version --- site/installing.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/site/installing.md b/site/installing.md index f3836dd2b8..ade8f9c133 100644 --- a/site/installing.md +++ b/site/installing.md @@ -36,11 +36,11 @@ To install Scope onto your machine with Docker installed in stand-alone mode, ru This script downloads and runs a recent Scope image from the Docker Hub. Scope needs to be installed onto every machine that you want to monitor. Once launched, Scope doesn’t require any other configuration and it also doesn’t depend on Weave Net. -After it’s been launched, open your browser to `http://localhost:4040`. The URLs are also displayed to you in the terminal window after Weave Scope was launched. +After it’s been launched, open your browser to `http://localhost:4040`. The URLs are also displayed to you in the terminal window after Weave Scope was launched. If you are using docker-machine, you can find the IP by running, `docker-machine ip `. -Where, +Where, * `` is the name you gave to your virtual machine with docker-machine. @@ -67,7 +67,7 @@ After Scope is launched, open your web browser to [https://cloud.weave.works](ht ###Installing Scope on a Local Cluster Without Weave Net -This example assumes that you have a local cluster that is not using Weave Net, and which also has no special hostnames or DNS settings. Only the IP addresses assigned to it will be used to configure Scope. You will launch Scope using the IP addresses of all the nodes in the cluster. +This example assumes that you have a local cluster that is not using Weave Net, and which also has no special hostnames or DNS settings. Only the IP addresses assigned to it will be used to configure Scope. You will launch Scope using the IP addresses of all the nodes in the cluster. Suppose you have the following cluster: @@ -76,9 +76,9 @@ Suppose you have the following cluster: 192.168.100.18 192.168.100.19 192.168.100.20 - - In the steps that follow, you will manually peer each node with all of the other nodes during Scope launch. - + + In the steps that follow, you will manually peer each node with all of the other nodes during Scope launch. + **1. To begin run the following on each node:** sudo curl -L git.io/scope -o /usr/local/bin/scope @@ -121,7 +121,7 @@ After it’s been launched, open your browser to `http://localhost:4040`. **Docker Compose Format Version 1:** scope: - image: weaveworks/scope:1.2.0 + image: weaveworks/scope:1.2.1 net: "host" pid: "host" privileged: true @@ -137,7 +137,7 @@ After it’s been launched, open your browser to `http://localhost:4040`. version: '2' services: scope: - image: weaveworks/scope:1.2.0 + image: weaveworks/scope:1.2.1 network_mode: "host" pid: "host" privileged: true @@ -169,7 +169,7 @@ After it’s been launched, open your web browser to [https://cloud.weave.works] **Docker Compose Format Version 1:** probe: - image: weaveworks/scope:1.2.0 + image: weaveworks/scope:1.2.1 net: "host" pid: "host" privileged: true @@ -186,7 +186,7 @@ After it’s been launched, open your web browser to [https://cloud.weave.works] version: '2' services: probe: - image: weaveworks/scope:1.2.0 + image: weaveworks/scope:1.2.1 network_mode: "host" pid: "host" privileged: true