[ 
https://issues.apache.org/jira/browse/MESOS-5080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15233230#comment-15233230
 ] 

Lax commented on MESOS-5080:
----------------------------

I solved the issue. Since I did not have permissions add comments/edit left
the ticket open.

Issue was my marathon App definition happened to have Overlay network
specific settings and mesos on seeing those settings deployed my app with
NONE network mode instead of HOST networking causing Docker not to copy in
any of the Network config files along.

Once I got rid off those attributes from my definition my container got
deployed fine.

Thanks for looking into the issue and your time
Lax







> With NetworkManager off, can't seem to deploy docker containerized apps
> -----------------------------------------------------------------------
>
>                 Key: MESOS-5080
>                 URL: https://issues.apache.org/jira/browse/MESOS-5080
>             Project: Mesos
>          Issue Type: Bug
>          Components: docker
>    Affects Versions: 0.27.0
>         Environment: Centos 7.1
>            Reporter: Lax
>
> Mesos is unable to deploy docker container apps after switching 
> NetworkManager service off.
>  
> Noticed none of the Host network config files (like hosts, hostname, 
> resolv.conf, etc) were seen under the docker container dir 
> (/var/lib/docker/containers/[container id]) if I provision the container thru 
> mesos. Only files seen were config.json and hostconfig.json files. 
> However when I launch same container direct via docker run the issue is not 
> seen. Container dir has all the network config files.
> Any reason why mesos unable to push those to the container dir? is there 
> specific network setting needs enabled now that I have NetworkManager 
> switched off?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to