You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Manuwela Kanade (JIRA)" <ji...@apache.org> on 2016/10/28 08:35:58 UTC

[jira] [Commented] (MESOS-6202) Docker containerizer kills containers whose name starts with 'mesos-'

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

Manuwela Kanade commented on MESOS-6202:
----------------------------------------

Hi [~anandmazumdar]: Does this issue still need to be addressed, since https://issues.apache.org/jira/browse/MESOS-6212 is now fixed? I mean is there anything else that needs to be addressed as a part of this issue? If so, I could take it up. Thanks. 

> Docker containerizer kills containers whose name starts with 'mesos-'
> ---------------------------------------------------------------------
>
>                 Key: MESOS-6202
>                 URL: https://issues.apache.org/jira/browse/MESOS-6202
>             Project: Mesos
>          Issue Type: Bug
>          Components: containerization, docker
>    Affects Versions: 1.0.1
>         Environment: Dockerized {{mesosphere/mesos-slave:1.0.1-2.0.93.ubuntu1404}}
>            Reporter: Marc Villacorta
>
> I run 3 docker containers in my CoreOS system whose names start with _'mesos-'_ those are: _'mesos-master'_, _'mesos-dns'_ and _'mesos-agent'_.
> I can start the first two without any problem but when I start the third one _('mesos-agent')_ all three containers are killed by the docker daemon.
> If I rename the containers to _'m3s0s-master'_, _'m3s0s-dns'_ and _'m3s0s-agent'_ everything works.
> I tracked down the problem to [this|https://github.com/apache/mesos/blob/16a563aca1f226b021b8f8815c4d115a3212f02b/src/slave/containerizer/docker.cpp#L116-L120] code which is marked to be removed after deprecation cycle.
> I was previously running Mesos 0.28.2 without this problem.



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