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-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,
>> Thodoris
> 
> Hi,
> 
> I have the impression that can't use the `docker run` command.
> 
> Need to use the running framework task configuration.
> 
> For more details please refer to:
> https://mesosphere.github.io/marathon/docs/native-docker.html



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,
> Thodoris

Hi,

I have the impression that can't use the `docker run` command.

Need to use the running framework task configuration.

For more details please refer to:
https://mesosphere.github.io/marathon/docs/native-docker.html


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 a double free
corruption. @Kapil and @MPark can you verify that this is an issue with the
test and not the source code? Once verified, I'll give a +1.

*Revision*: b3fd2e7ab26e118222fe18af4b92c53a3c01e6cc

   - refs/tags/1.4.0-rc5

Configuration Matrix gcc clang
centos:7 --verbose --enable-libevent --enable-ssl autotools
[image: Success]

[image: Not run]
cmake
[image: Success]

[image: Not run]
--verbose autotools
[image: Failed]

[image: Not run]
cmake
[image: Success]

[image: Not run]
ubuntu:14.04 --verbose --enable-libevent --enable-ssl autotools
[image: Success]

[image: Success]

cmake
[image: Success]

[image: Success]

--verbose autotools
[image: Success]

[image: Success]

cmake
[image: Failed]

[image: Failed]





On Sat, Sep 9, 2017 at 6:49 AM, Kapil Arya  wrote:

> Hi all,
>
> [NOTE: Starting with this RC candidate, we will not be "releasing" RC jar
> files in the Maven release channel. This prevents polluting of the Maven
> repositories with numerous RC tags. As before, you can continue to test the
> release candidate using the Maven staging repository provided below.]
>
> Please vote on releasing the following candidate as Apache Mesos 1.4.0.
>
> 1.4.0 includes the following:
> 
> 
>   * Ability to recover the agent ID after a host reboot.
>   * File-based and image-pull secrets.
>   * Linux ambient and bounding capabilities support.
>   * Ability to efficiently measure disk usage without enforcing usage
> constraints.
>   * Hierarchical resource 

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