清风听雨 发表于 2015-4-18 05:23:30

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(未实验)
页: [1]
查看完整版本: mesos+marathon+zookeeper+docker