tifoon / jazz

A smooth & easy means to control infra-structure
Apache License 2.0
3 stars 0 forks source link

Mesos Docker Swarm #1

Open nrshrivatsan opened 9 years ago

nrshrivatsan commented 9 years ago

Create a single docker swarm for Mesos Cluster

5 Node Zookeeper+Exhibitor cluster 3 Node Mesos Master cluster 3 Node Aurora cluster

nrshrivatsan commented 9 years ago

Note the task is not just to spin off specific containers but configuring them to be a cluster.

nrshrivatsan commented 9 years ago

https://github.com/nasunom/mesos-aurora/blob/master/Dockerfile

nrshrivatsan commented 9 years ago

Tried using https://hub.docker.com/r/nasuno/mesos-aurora/~/dockerfile/

sudo docker run -p 5050:5050 -p 8081:8081 nasuno/mesos-aurora

It works.