Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More precise compose instructions #2843

Merged
merged 2 commits into from
Sep 1, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions site/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Hostnames will be regularly resolved as A records, and each answer used as a tar

### <a name="docker-compose"></a>Using Docker Compose

To install Scope on your local Docker machine in Standalone Mode using Docker Compose, run the following commands using one of the two fragments below.
To install Scope on your local Docker machine in Standalone Mode using Docker Compose, copy the contents of one of the two fragments below into a file `docker-compose.yml` and run

docker-compose up -d

Expand Down Expand Up @@ -196,6 +196,8 @@ Version 2 of this YAML file supports networks and volumes as defined by any plug

Version 2 of this YAML file supports a network mode that may be required with any Docker plugins that you are using. See [Compose File Reference](https://docs.docker.com/compose/compose-file/) for more information.

Copy the contents of one of the above fragments into a file `docker-compose.yml`.

**3.** Once you've set up a compose file, launch Scope onto your local machine:

SCOPE_SERVICE_TOKEN=<token> docker-compose up -d
Expand All @@ -204,7 +206,7 @@ Where,

* `SCOPE_SERVICE_TOKEN=<token>` is the token you obtained after you signed up for Weave Cloud.

Note that you will need to launch Scope onto every node that you want to monitor.
Note that you will need to launch Scope on every node that you want to monitor.

This comment was marked as abuse.

This comment was marked as abuse.

This comment was marked as abuse.

**4.** Go to [https://cloud.weave.works](https://cloud.weave.works) and click 'View Instance'.

Expand Down