mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 18:20:27 +00:00
Fix disabling Scope in the ECS AMI
This commit is contained in:
@@ -127,8 +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 creating
|
||||
file `/etc/init/scope.override` with contents `manual`.
|
||||
You can prevent Weave Scope from automatically starting at boot time by removing `/etc/init/scope`.
|
||||
|
||||
This can be done at instance initialization time adding the following line to
|
||||
the
|
||||
@@ -136,7 +135,7 @@ the
|
||||
of the instance.
|
||||
|
||||
~~~bash
|
||||
echo manual > /etc/weave/scope.override
|
||||
rm /etc/init/scope
|
||||
~~~
|
||||
|
||||
### <a name="running-weave-scope-in-standalone-mode"></a>Running `Weave Scope` in Standalone Mode
|
||||
@@ -257,4 +256,4 @@ guide for more information about the AMIs.
|
||||
**See Also**
|
||||
|
||||
* [Installing Weave Scope](/site/installing.md)
|
||||
* [Service Discovery and Load Balancing with Weave on Amazon ECS](http://weave.works/guides/service-discovery-with-weave-aws-ecs.html)
|
||||
* [Service Discovery and Load Balancing with Weave on Amazon ECS](http://weave.works/guides/service-discovery-with-weave-aws-ecs.html)
|
||||
|
||||
Reference in New Issue
Block a user