RE: running mesos slave in a docker container

2016-03-16 Thread Aaron Carey
To: user@mesos.apache.org Subject: Re: running mesos slave in a docker container Thanks for pointing this out, I did not see this one. . Wow, that's exactly what one needs to run mesos slave in a docker. But the image is not kept up to date. The latest tag is 0.2.4_mesos-0.26.0_docker

Re: running mesos slave in a docker container

2016-03-15 Thread Yuri Finkelstein
t; *Sent:* 15 March 2016 04:25 > *To:* user@mesos.apache.org > > *Subject:* Re: running mesos slave in a docker container > > Sure, but my point what - why would mesosphere not put docker binary in > the official docker image? Maintaining my own docker image of anything is > the l

RE: running mesos slave in a docker container

2016-03-15 Thread Aaron Carey
Would the officially provided docker-in-docker image help? mesosphere/mesos-slave-dind From: Yuri Finkelstein [yurif2...@gmail.com] Sent: 15 March 2016 04:25 To: user@mesos.apache.org Subject: Re: running mesos slave in a docker container Sure, but my point

Re: running mesos slave in a docker container

2016-03-14 Thread Yuri Finkelstein
ker.sock between host and docker containers. In > this way, library dependencies conflicts between host and docker containers > could be mostly avoided. > > > Thanks > Yong > > -------------- > Date: Mon, 14 Mar 2016 18:49:45 -0700 > Subject: Re: running

RE: running mesos slave in a docker container

2016-03-14 Thread Yong Tang
dependencies conflicts between host and docker containers could be mostly avoided. ThanksYong Date: Mon, 14 Mar 2016 18:49:45 -0700 Subject: Re: running mesos slave in a docker container From: yurif2...@gmail.com To: user@mesos.apache.org Enumerating each and every lib path and dealing

Re: running mesos slave in a docker container

2016-03-14 Thread Yuri Finkelstein
Enumerating each and every lib path and dealing with potential conflicts between host and docker libc, etc - I didn't want to deal with this option, it's quite bad imho. On Mon, Mar 14, 2016 at 6:42 PM, haosdent wrote: > >2. --volumes-from > So far DockerContainerizer in

Re: running mesos slave in a docker container

2016-03-14 Thread haosdent
>2. --volumes-from So far DockerContainerizer in Mesos don't support this option. >1. What is the best method to point mesos-slave running in a container to a working Usually I mount docker binary to container from host. ``` docker run --privileged -d \ --name=mesos-slave \ --net=host \ -p