moby/docs/sources/reference
Dan Walsh 497fc8876e Allow IPC namespace to be shared between containers or with the host
Some workloads rely on IPC for communications with other processes.  We
would like to split workloads between two container but still allow them
to communicate though shared IPC.

This patch mimics the --net code to allow --ipc=host to not split off
the IPC Namespace.  ipc=container:CONTAINERID to share ipc between containers

If you share IPC between containers, then you need to make sure SELinux labels
match.

Docker-DCO-1.1-Signed-off-by: Dan Walsh <dwalsh@redhat.com> (github: rhatdan)
2014-11-12 11:29:58 -05:00
..
api Add missing comma in docs 2014-11-11 15:18:20 -08:00
commandline Add some details about the lifecycle of commands started with docker exec 2014-11-11 15:56:27 +10:00
builder.md Merge pull request #8840 from decadent/fix-da-copy-directive-reference 2014-11-11 10:57:00 -08:00
run.md Allow IPC namespace to be shared between containers or with the host 2014-11-12 11:29:58 -05:00