Thank you all for your attentation. I don't want to introduce another project marathon for just test mesos with docker container, so could you show me more detailed actions I should do next with mesos-execute program after successfully performing s1-s3? what output of this program should be ? An example is the best.
Tim Chen <[email protected]>编写: >Hi Sujinzhao, > >Your steps s1-s3 are all correct for starting Mesos itself, but you also >need a framework that can get offers from Mesos and launch Tasks. > >The easiest and simplest to use is the example framework that Mesos ship >with (mesos-execute), or you can use richer frameworks like >Marathon/Chronos as well. You can also implement your own if you want more >fine grained control. > >Marathon: >https://mesosphere.github.io/marathon/docs/ > >Chronos: >https://github.com/airbnb/chronos > >Tim > >On Sat, Nov 29, 2014 at 1:59 AM, Billy Bones <[email protected]> wrote: > >> Did you try to launch it using marathon ? >> >> Le sam. 29 nov. 2014 10:41, sujinzhao <[email protected]> a écrit : >> >>> For clarification, I just want to know how to start an application >>> running in a docker container with mesos ? >> >>

