Qian Zhang created MESOS-8718:
---------------------------------
Summary: Add the fields `ExposedPorts` and `Volumes` into Docker
v1 image spec
Key: MESOS-8718
URL: https://issues.apache.org/jira/browse/MESOS-8718
Project: Mesos
Issue Type: Improvement
Components: containerization
Reporter: Qian Zhang
Assignee: Qian Zhang
This ticket is to address the TODO below in the
[docker/v1.proto|https://github.com/apache/mesos/blob/1.5.0/include/mesos/docker/v1.proto#L70:L71]:
{code:java}
// TODO(gilbert): Create a message including string-message
// pair to match ExposedPorts' map (map[nat.Port]struct{}).
{code}
And similar to the field `ExposedPorts` mentioned in the above TODO, we should
also add the field `Volumes` which is also a string-message pair.
Once these two fields are added, we could consider to build features on top of
them in the `docker/runtime` isolator.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)