docs/daemon/execdriver/native
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
..
template Add AUDIT_WRITE cap 2014-07-23 09:57:41 +04:00
create.go Allow IPC namespace to be shared between containers or with the host 2014-11-12 11:29:58 -05:00
driver.go Update native driver to set RootFs 2014-09-29 21:35:25 +00:00
driver_unsupported.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
driver_unsupported_nocgo.go update go import path and libcontainer 2014-07-24 22:19:50 +00:00
exec.go pkg/reexec: move reexec code to a new package 2014-10-30 14:48:30 +02:00
info.go Fix cross compile non cgo and linux systems 2014-07-16 16:57:49 -07:00
init.go Update docker with syncpipe changes 2014-11-06 01:14:13 +00:00
utils.go Update docker with syncpipe changes 2014-11-06 01:14:13 +00:00