Benjamin Bannier created MESOS-7161:
---------------------------------------
Summary: Add support for Linux capabilities to the Docker
containerizer
Key: MESOS-7161
URL: https://issues.apache.org/jira/browse/MESOS-7161
Project: Mesos
Issue Type: Improvement
Components: containerization
Reporter: Benjamin Bannier
Linux capabilities are only supported for the Mesos containerizer.
If a user wants to specify Linux capabilities for the Docker containerizer,
they cannot use the {{ContainerInfo.linux_info}}, but instead, need to directly
pass a flag to the Docker invocation via the {{DockerInfo.parameters}}.
This approach is not only completely circumventing the abstractions we have put
into place for the Mesos containerizer but also makes it harder than necessary
to switch containerizers. Instead we should update the Docker containerizer to
interpret {{ContainerInfo.linux_info}}.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)