Skip to content

Commit

Permalink
Docs update with new version
Browse files Browse the repository at this point in the history
  • Loading branch information
jpellizzari committed Feb 15, 2017
1 parent a0815c9 commit d345022
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions site/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <VM name>`.

Where,
Where,

* `<VM name>` is the name you gave to your virtual machine with docker-machine.

Expand All @@ -67,7 +67,7 @@ After Scope is launched, open your web browser to [https://cloud.weave.works](ht

###<a name="cluster-no-net"></a>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:

Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit d345022

Please sign in to comment.