Re: Running mesos-execute inside docker.

2015-05-31 Thread Tim Chen
Hi Giulio, Can you share your exact docker commands to start the mesos slave and master? Thanks! Tim On Thu, May 21, 2015 at 12:17 PM, Giulio Eulisse wrote: > Mmm, no this does not seem to work. The message is still there. Any other > suggestions? > > -- > Ciao, > Giulio > > On 21 May 2015, a

Re: Running mesos-execute inside docker.

2015-05-21 Thread Giulio Eulisse
Mmm, no this does not seem to work. The message is still there. Any other suggestions? -- Ciao, Giulio On 21 May 2015, at 17:43, Tyson Norris wrote: You might try adding --pid=host - I found that running a docker based executor when running slave as a docker container also, I had to do this

Re: Running mesos-execute inside docker.

2015-05-21 Thread Tyson Norris
You might try adding --pid=host - I found that running a docker based executor when running slave as a docker container also, I had to do this so the the pids are visible between containers. Tyson On May 21, 2015, at 6:04 AM, Giulio Eulisse mailto:giulio.euli...@cern.ch>> wrote: Hi, I've a

Running mesos-execute inside docker.

2015-05-21 Thread Giulio Eulisse
Hi, I've a problem which can be reduced to running: > mesos-execute --name="foo" --command="uname -a && hostname" --master=leader.mesos:5050 inside a docker container. If I run without `--net=host`, it blocks completely (I guess the master / slave cannot communicate back to the framework),