Don't prepend scope launch with sudo

This commit is contained in:
Alfonso Acosta
2016-06-22 13:56:14 +00:00
parent 2d1f31fd8b
commit d6fd0beff4

View File

@@ -24,7 +24,7 @@ To install Scope onto your local Docker machine in standalone mode, run the foll
sudo wget -O /usr/local/bin/scope https://git.io/scope
sudo chmod a+x /usr/local/bin/scope
sudo scope launch
scope launch
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.
@@ -42,7 +42,7 @@ Then, install Scope onto your local Docker machine and start using Weave Cloud:
sudo wget -O /usr/local/bin/scope https://git.io/scope
sudo chmod a+x /usr/local/bin/scope
sudo scope launch --service-token=<token>
scope launch --service-token=<token>
Where,