Skip to content

Commit edb27e0

Browse files
committed
weaveworks#1507. moving minimesos installation instructions to site/installing.md file
1 parent b63d337 commit edb27e0

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

examples/mesos/README.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

site/installing.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ The following topics are discussed:
1515
* [Using Docker Compose in Service Mode](#docker-compose-sercice)
1616
* [Installing Scope on Kubernetes](#k8s)
1717
* [Installing Scope on Amazon ECS](#ecs)
18+
* [Installing Scope on minimesos](#minimesos)
1819
* [Installing Scope on Mesosphere DC/OS](#dcos)
1920

2021
##<a name="docker"></a>Installing Scope on Docker
@@ -222,6 +223,25 @@ The link below will launch a sample app using a Cloudformation template, but you
222223

223224
For step by step instructions on how to configure the stack, see: [Install Weave to AWS with One-Click](https://www.weave.works/deploy-weave-aws-cloudformation-template/)
224225

226+
##<a name="minimesos"></a>Installing Scope on minimesos
227+
228+
[minimesos](https://github.com/ContainerSolutions/minimesos) project enables running Apache Mesos cluster on a single machine for prototyping and unit testing of Mesos
229+
frameworks. All running components of `minimesos` cluster are represented by docker containers. To enable reuse of local
230+
docker images, docker in Mesos Agent containers reuses `docker.sock` file of the host. Therefore all started in Agents
231+
containers are also seen on the host. This setup gives single Weave Scope container access to all containers running in
232+
`minimesos` cluster.
233+
234+
Launching of Weave Scope by providing content `minimesos.json` file to Marathon is a part of default `minimesos` cluster.
235+
If removed from its configuration file, Weave Scope can be added to the running cluster by
236+
`minimesos install --marathonFile <URL or path to minimesos.json>`. Example for using the latest, not released yet, version
237+
of Marathon task file
238+
239+
```
240+
minimesos install --marathonFile https://raw.githubusercontent.com/weaveworks/scope/master/examples/mesos/minimesos.json
241+
```
242+
243+
UI of Weave Scope becomes accessible on http://172.17.0.1:4040/
244+
225245
##<a name="dcos"></a>Installing Scope as a DC/OS Package
226246

227247
Scope can be installed as a DC/OS Package through the open Universe.

0 commit comments

Comments
 (0)