Files
docker-cli/components/engine/daemon
Mrunal Patel 58ef88608a 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)
Upstream-commit: d88fe447df0e87b3a57f9d08b108b141dd72678c
Component: engine
2015-08-19 12:36:52 -04:00
..
2015-04-07 08:43:14 -07:00
2015-07-29 23:39:18 +02:00
2015-08-12 13:17:27 -07:00
2015-07-27 17:44:18 -07:00
2015-08-18 10:06:36 +08:00
2015-07-29 21:25:56 +03:00
2015-07-29 21:25:56 +03:00
2015-06-01 12:39:28 -07:00
2015-08-17 15:27:44 -07:00
2015-06-01 12:39:28 -07:00
2015-06-01 12:39:28 -07:00
2015-06-01 12:39:28 -07:00
2015-07-02 16:12:42 -07:00
2015-07-16 16:02:26 -07:00
2015-07-16 16:02:26 -07:00
2015-06-01 12:39:28 -07:00
2015-07-30 14:25:15 -07:00
2015-06-01 12:39:28 -07:00
2015-07-29 21:25:56 +03:00
2015-07-31 13:13:40 -07:00
2015-07-31 13:13:40 -07:00
2015-07-31 13:13:40 -07:00

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver
  • networkdriver

Code pertaining to storing images:

  • graphdriver