fixed up some awkwardness

This commit is contained in:
Anita Buehrle
2016-07-07 18:03:06 -05:00
committed by GitHub
parent 004b0e618d
commit 70fa0fb79b

View File

@@ -35,9 +35,9 @@ To install Scope onto your local Docker machine in standalone mode, run the foll
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 where you can point your browser are also printed by `scope launch`.
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, replace localhost with the IP after you've run, `docker-machine ip <VM name>`.
If you are using docker-machine, you can find the IP by running, `docker-machine ip <VM name>`.
Where,