If you're new to Mesos
See the getting started page for more information about downloading, building, and deploying Mesos.
If you'd like to get involved or you're looking for support
See our community page for more details.
IPC Namespace Isolator in Mesos Containerizer
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 created in the container will be automatically removed when the container is destroyed.
To enable the IPC namespace isolator, append namespaces/ipc
to the
--isolation
flag when starting the agent.