docs/daemon/execdriver
Mrunal Patel c8291f7107 Add support for sharing /dev/shm/ and /dev/mqueue between containers
This changeset creates /dev/shm and /dev/mqueue mounts for each container under
/var/lib/containers/<id>/ and bind mounts them into the container. When --ipc:container<id/name>
is used, then the /dev/shm and /dev/mqueue of the ipc container are used instead of creating
new ones for the container.

Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
Docker-DCO-1.1-Signed-off-by: Dan Walsh <dwalsh@redhat.com> (github: rhatdan)

(cherry picked from commit d88fe447df)
2015-09-11 14:02:11 -04:00
..
execdrivers Add LXC built in support deprecation notice 2015-08-03 14:54:42 -07:00
lxc Add support for kernel memory limit 2015-08-19 23:56:55 +08:00
native Add support for sharing /dev/shm/ and /dev/mqueue between containers 2015-09-11 14:02:11 -04:00
windows Windows: Fix logging 2015-09-08 12:18:50 -07:00
driver.go Add support for kernel memory limit 2015-08-19 23:56:55 +08:00
driver_unix.go Windows: Enable NAT port mapping 2015-08-12 13:17:27 -07:00
driver_windows.go Windows: Enable NAT port mapping 2015-08-12 13:17:27 -07:00
pipes.go Fix golint warnings for daemon/execdriver/* 2015-07-28 08:43:22 +08:00
termconsole.go fix typo mistake 2015-08-10 16:30:48 +08:00
utils.go typofix - https://github.com/vlajos/misspell_fixer 2015-08-07 23:25:49 +01:00