You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ji...@apache.org on 2016/12/05 21:24:40 UTC

[3/3] mesos git commit: Add namespaces/ipc documentation.

Add namespaces/ipc documentation.

Review: https://reviews.apache.org/r/53690/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/bc4a83b4
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/bc4a83b4
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/bc4a83b4

Branch: refs/heads/master
Commit: bc4a83b49ea06a9ba2992c910f3b4cd310f5a871
Parents: a03ee9b
Author: James Peach <jp...@apache.org>
Authored: Mon Dec 5 13:18:21 2016 -0800
Committer: Jie Yu <yu...@gmail.com>
Committed: Mon Dec 5 13:18:21 2016 -0800

----------------------------------------------------------------------
 docs/mesos-containerizer.md | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/bc4a83b4/docs/mesos-containerizer.md
----------------------------------------------------------------------
diff --git a/docs/mesos-containerizer.md b/docs/mesos-containerizer.md
index 2bff35f..6d13b2d 100644
--- a/docs/mesos-containerizer.md
+++ b/docs/mesos-containerizer.md
@@ -282,6 +282,15 @@ the container&mdash; in the agent's [/state](endpoints/slave/state.md) endpoint.
 This is described in a [separate document](docker-volume.md).
 
 
+### The `namespaces/ipc` Isolator
+
+The IPC Namespace isolator can be used on Linux to place tasks
+in a distinct IPC namespace. The benefit of this is that any
+[IPC objects](http://man7.org/linux/man-pages/man7/svipc.7.html) created
+in the container will be automatically removed when the container is
+destroyed.
+
+
 ### The `network/cni` Isolator
 
 This is described in a [separate document](cni.md).