From 091adb79c052e2cbc617435274a53a1d00fb3226 Mon Sep 17 00:00:00 2001 From: abuehrle Date: Thu, 30 Jun 2016 16:24:55 -0500 Subject: [PATCH] removed boot2docker reference --- site/installing.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/site/installing.md b/site/installing.md index 1a84036f6..a6db5b981 100644 --- a/site/installing.md +++ b/site/installing.md @@ -37,9 +37,13 @@ This script downloads and runs a recent Scope image from the Docker Hub. Scope n After it’s been launched, open your browser to `http://localhost:4040`. -> **Note:** If you're using boot2docker, replace localhost with the output of boot2docker IP. +If you are using docker-machine, replace localhost with the IP after you've run, `docker-machine ip `. -> Scope allows anyone with access to the UI control over your containers: as such, the Scope app endpoint (port 4040) should not be made accessible on the Internet. Additionally traffic between the app and the probe is currently insecure and should also not traverse the Internet. +Where, + + * `` is the name you gave to your virtual machine with docker-machine. + +> **Note:** Scope allows anyone with access to the UI control over your containers: as such, the Scope app endpoint (port 4040) should not be made accessible on the Internet. Additionally traffic between the app and the probe is currently insecure and should also not traverse the Internet. ###Using Weave Cloud @@ -53,11 +57,11 @@ Then, install Scope onto your local Docker machine and start using Weave Cloud: Where, -* `--service-token=` is the token that you obtained when you signed up. +* `--service-token=` is the token you obtained after you signed up for Weave Cloud. This script downloads and runs a recent Scope docker 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 Scope has been launched, open your web browser to [https://cloud.weave.works](https://cloud.weave.works) and login. Click 'View Instance' in the top right-hand corner to see the Scope user interface. +After Scope has been launched, open your web browser to [https://cloud.weave.works](https://cloud.weave.works) and login. Click 'View Instance' in the top right-hand corner to see the Scope user interface. ### Weave Net and Scope