Reputation: 350
I am looking for a accessible guide which explains how to use docker-swarm on Mesos (as explained in some detail in the Docker Swarm on Mesos video).
Do I need to install a DCOS of Mesosphere? Or do I just need Mesos Master, some slaves with Mesos and Docker and then execute the steps described in https://github.com/docker/swarm/blob/master/cluster/mesos/README.md?
It is not clear to me if I need to setup all the swarm-participants in a classic swarm-way or if it is enough with the swarm manager.
As far as I understood there are no extra steps to execute on the Docker-engines in the slaves.
Upvotes: 2
Views: 1796
Reputation: 404
The DCOS of mesosphere is not necessary, you can build/start swarm on Mesos directly. Only Swarm, Mesos cluster & Docker engine is necessary. Here's my tips (http://www.k82.me/tech/2015/11/21/swarm_mesos_integration/) about "Swarm on Mesos", please let me know if any more questions.
Upvotes: 0