Review feedback

This commit is contained in:
Alfonso Acosta
2017-04-10 18:22:56 +02:00
committed by GitHub
parent a80fa89ba4
commit 4d092723fb

View File

@@ -127,7 +127,7 @@ There are two methods for running `Weave Scope` within the Weave ECS AMIs:
* [Standalone mode](#running-weave-scope-in-standalone-mode)
* [In Weave Cloud](#running-weave-scope-in-weave-cloud)
You can prevent Weave Scope from automatically starting at boot time by removing `/etc/init/scope`.
You can prevent Weave Scope from automatically starting at boot time by removing  `/etc/init/scope.conf`.
This can be done at instance initialization time adding the following line to
the
@@ -135,7 +135,7 @@ the
of the instance.
~~~bash
rm /etc/init/scope
rm /etc/init/scope.conf
~~~
### <a name="running-weave-scope-in-standalone-mode"></a>Running `Weave Scope` in Standalone Mode