Skip to content

Commit

Permalink
weaveworks#1507. README.md: adding example for using latest minimesos…
Browse files Browse the repository at this point in the history
….json
  • Loading branch information
sadovnikov committed May 26, 2016
1 parent 58f8092 commit b63d337
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions examples/mesos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ docker images, docker in Mesos Agent containers reuses `docker.sock` file of the
containers are also seen on the host. This setup gives single Weave Scope container access to all containers running in
`minimesos` cluster.

Launching of Weave Scope by providing content `minimesos.json` file to Marathon is a part of default `minimesos` cluster. If
removed from configuration, Weave Scope can be added to the running cluster by `minimesos install --marathonFile <URL or path to minimesos.json>`
Launching of Weave Scope by providing content `minimesos.json` file to Marathon is a part of default `minimesos` cluster.
If removed from configuration, Weave Scope can be added to the running cluster by
`minimesos install --marathonFile <URL or path to minimesos.json>`. Example for using the latest, not released yet, version
of Marathon task file

```
minimesos install --marathonFile https://raw.githubusercontent.com/weaveworks/scope/master/examples/mesos/minimesos.json
```

UI of Weave Scope can be accessed on http://172.17.0.1:4040/

0 comments on commit b63d337

Please sign in to comment.