Docs update with new version

This commit is contained in:
jpellizzari
2017-02-15 15:10:50 -08:00
parent a0815c9bf4
commit d3450229cd

View File

@@ -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 doesnt require any other configuration and it also doesnt depend on Weave Net.
After its 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 its 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.
@@ -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:
@@ -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 its 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 its 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 its 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 its 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