docs/daemon/execdriver
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
..
execdrivers update go import path and libcontainer 2014-07-24 22:19:50 +00:00
lxc execdriver/lxc: add comment to MAINTAINERS 2014-11-08 16:27:25 +02:00
native Allow IPC namespace to be shared between containers or with the host 2014-11-12 11:29:58 -05:00
MAINTAINERS update MAINTAINERS files 2014-06-16 22:20:07 +00:00
driver.go Allow IPC namespace to be shared between containers or with the host 2014-11-12 11:29:58 -05:00
pipes.go Rename runtime/* to daemon/* 2014-04-17 14:43:01 -07:00
termconsole.go Refactoring execdriver.Command and Container structs to support 'docker exec' and other 2014-09-01 14:30:16 -07:00
utils.go Merge pull request #7062 from crosbymichael/fix-lxc-caps 2014-07-28 16:19:08 -07:00