mesos+marathon+zookeeper+docker

http://mesosphere.com/docs/mesosphere/getting-started/single-node-install/

mesos-master  --zk=zk://localhost:2181/mesos --quorum=1 start
mesos-slave --master=zk://localhost:2181/mesos start
marathon --master localhost:5050 --zk zk://localhost:2181/marathon start

 http://www.tuicool.com/articles/FjeAbq(未实验)

原文地址:https://www.cnblogs.com/zxpgo/p/4000063.html