Re: With docker containerizer enabled, How to check whether(or how) mesos successfully running tasks in docker container?

2014-11-29 Thread sujinzhao
For clarification, I just want to know how to start an application running in a docker container with mesos ?

Re: With docker containerizer enabled, How to check whether(or how) mesos successfully running tasks in docker container?

2014-11-29 Thread Billy Bones
Did you try to launch it using marathon ? Le sam. 29 nov. 2014 10:41, sujinzhao sujinz...@gmail.com a écrit : For clarification, I just want to know how to start an application running in a docker container with mesos ?

Re: With docker containerizer enabled, How to check whether(or how) mesos successfully running tasks in docker container?

2014-11-29 Thread Tim Chen
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