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

Vinod Kone commented on MESOS-6260:
-----------------------------------

commit 31350f9d3d468f24130c522931189bbf92869b10
Author: Vinod Kone <[email protected]>
Date:   Tue Sep 27 15:10:36 2016 -0700

    Fixed composing containerizer to handled nested containers.
    
    Made composing containerizer nesting aware so that operators
    can enable both mesos and docker containerizers on agents.
    Ofcourse docker containerizer is not nesting aware.
    
    Review: https://reviews.apache.org/r/52321


> Composing containerizer needs to properly handle nested container launch
> ------------------------------------------------------------------------
>
>                 Key: MESOS-6260
>                 URL: https://issues.apache.org/jira/browse/MESOS-6260
>             Project: Mesos
>          Issue Type: Bug
>            Reporter: Vinod Kone
>            Assignee: Vinod Kone
>            Priority: Blocker
>             Fix For: 1.1.0
>
>
> Right now if the agent is started with --containerizers="docker,mesos" , 
> nested container launches will fail because the composing containerizer 
> doesn't implement the nested `launch` method. This results in it using the 
> default `launch` method defined in the based class, which just returns an 
> Error.



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

Reply via email to