Re: Docker run command - Mesos Containerizer

2017-09-12 Thread j...@is-land.com.tw
On 2017-09-13 12:13, Thodoris Zois wrote: > Hello, > > Yes you are probably right.. what i am trying to do is to make the container > image privileged, and also i would like to some some environmental variables > to the script running by the docker image. Any ideas? > > > On 13 Sep 2017, a

Re: Docker run command - Mesos Containerizer

2017-09-12 Thread Thodoris Zois
Hello, Yes you are probably right.. what i am trying to do is to make the container image privileged, and also i would like to some some environmental variables to the script running by the docker image. Any ideas? > On 13 Sep 2017, at 05:36, "j...@is-land.com.tw" wrote: > > > >> On 2017-09

Re: Docker run command - Mesos Containerizer

2017-09-12 Thread j...@is-land.com.tw
On 2017-09-12 19:22, Thodoris Zois wrote: > Hello, > > I am using, Mesos Containerizer with Docker Images. > Is there any way to specify my command for docker run? I would like to pass > some arguments for the docker image, like —privileged and an enviromental > variable > > Thank you, >

Re: [VOTE] Release Apache Mesos 1.4.0 (rc5)

2017-09-12 Thread Vinod Kone
Tested this on ASF CI. Saw 3 flaky tests. https://issues.apache.org/jira/browse/MESOS-7729 https://issues.apache.org/jira/browse/MESOS-7971 https://issues.apache.org/jira/browse/MESOS-7972 The first one was a known (since 1.4.0) flaky test with

Docker run command - Mesos Containerizer

2017-09-12 Thread Thodoris Zois
Hello, I am using, Mesos Containerizer with Docker Images. Is there any way to specify my command for docker run? I would like to pass some arguments for the docker image, like —privileged and an enviromental variable Thank you, Thodoris