Jie Yu created MESOS-6852:
-----------------------------
Summary: Nested container's launch command is not set correctly in
docker/runtime isolator.
Key: MESOS-6852
URL: https://issues.apache.org/jira/browse/MESOS-6852
Project: Mesos
Issue Type: Bug
Affects Versions: 1.1.0
Reporter: Jie Yu
Assignee: Gilbert Song
Priority: Blocker
We in-correctly append executor's command to the default entrypoint of the
image:
https://github.com/apache/mesos/blob/1.1.0/src/slave/containerizer/mesos/isolators/docker/runtime.cpp#L323-L327
https://github.com/apache/mesos/blob/1.1.0/src/slave/containerizer/mesos/isolators/docker/runtime.cpp#L350-L354
This is probably due to the negligence while adding nested container support.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)