You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/installing.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ The following topics are discussed:
15
15
*[Using Docker Compose in Service Mode](#docker-compose-sercice)
16
16
*[Installing Scope on Kubernetes](#k8s)
17
17
*[Installing Scope on Amazon ECS](#ecs)
18
+
*[Installing Scope on minimesos](#minimesos)
18
19
*[Installing Scope on Mesosphere DC/OS](#dcos)
19
20
20
21
##<aname="docker"></a>Installing Scope on Docker
@@ -222,6 +223,25 @@ The link below will launch a sample app using a Cloudformation template, but you
222
223
223
224
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/)
224
225
226
+
##<aname="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
0 commit comments