moby--moby/runconfig
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
..
compare.go Move volumesfrom to hostconfig 2014-04-08 21:45:06 +00:00
config.go Adding docker-cli run param to set MAC address 2014-11-01 15:35:09 +01:00
config_test.go Removed runconfig.ParseSubcommand 2014-09-17 14:38:22 -07:00
exec.go Address review comments. 2014-09-15 17:00:00 +00:00
hostconfig.go Allow IPC namespace to be shared between containers or with the host 2014-11-12 11:29:58 -05:00
merge.go Merge pull request #8770 from LK4D4/logrus_support 2014-10-27 09:05:24 -07:00
parse.go Allow IPC namespace to be shared between containers or with the host 2014-11-12 11:29:58 -05:00
parse_test.go Removed runconfig.ParseSubcommand 2014-09-17 14:38:22 -07:00