[
https://issues.apache.org/jira/browse/MESOS-6241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15528074#comment-15528074
]
Benjamin Mahler commented on MESOS-6241:
----------------------------------------
{noformat}
commit b67018c4f155393381ebb67268e922540978ccea
Author: Benjamin Mahler <[email protected]>
Date: Tue Sep 27 18:13:21 2016 -0700
Updated agent to handle false case from nested container launch.
When the containerizer returns false from launch, it indicates
that the provided `ContainerInfo` is not supported.
Review: https://reviews.apache.org/r/52327
{noformat}
> Add agent::Call / agent::Response API for managing nested containers.
> ---------------------------------------------------------------------
>
> Key: MESOS-6241
> URL: https://issues.apache.org/jira/browse/MESOS-6241
> Project: Mesos
> Issue Type: Task
> Components: HTTP API, slave
> Reporter: Benjamin Mahler
> Assignee: Benjamin Mahler
> Fix For: 1.1.0
>
>
> In order to manage nested containers from executors or from tooling, we'll
> need to have an API for managing nested containers.
> Per the [design
> doc|https://docs.google.com/document/d/1FtcyQkDfGp-bPHTW4pUoqQCgVlPde936bo-IIENO_ho/]
> we will start with the following:
> * Launch: create a new nested container underneath the parent container.
> * Wait: wait for the nested container to terminate.
> * Kill: kill a non-terminal nested container.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)