Re: use of docker containerizer

2014-10-22 Thread Adam Bordelon
Olivier, You should only need to create the /etc/mesos-slave/containerizers OR specify --containerizers on the mesos-slave command-line. Either should work. - Is dockerd installed and running on the slave? - You could be running into MESOS-1873 https://issues.apache.org/jira/browse/MESOS-1873.

Re: use of docker containerizer

2014-10-22 Thread Olivier Sallou
On 10/22/2014 11:02 AM, Adam Bordelon wrote: Olivier, You should only need to create the /etc/mesos-slave/containerizers OR specify --containerizers on the mesos-slave command-line. Either should work. - Is dockerd installed and running on the slave? yes docker is running on slave - You

Re: use of docker containerizer

2014-10-22 Thread Adam Bordelon
Hmm, you're right that it should include docker in the enabled containerizers (mesos) log message. Maybe you could try setting the MESOS_CONTAINERIZERS environment variable instead, or wrap docker,mesos in quotes? On Wed, Oct 22, 2014 at 2:33 AM, Olivier Sallou olivier.sal...@irisa.fr wrote:

use of docker containerizer

2014-10-21 Thread Olivier Sallou
Hi, I try to use the default docker containizer but I can't get it work... :-( My Task is correctly executed when using default executor with CommandInfo. If I add a ContainerInfo it fails. I launch my slave with options: –-containerizers=docker,mesos (this is a source install, not system wide