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

2014-11-30 Thread sujinzhao
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 ?

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 Marathon/Ch

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 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 sujinzhao
For clarification, I just want to know how to start an application running in a docker container with mesos ?

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

2014-11-29 Thread sujinzhao
Hi, all: I want to check whether(or how) mesos can successfully run tasks in docker container, mesos-0.20.1 and docker client 1.2.0 has been installed, I started this experiment with the following steps: s1:run master script.(succeed) s2:run docker in daemon mode (succeed) s3:run slave script w