Files
docker-cli/components/engine/daemon
Kenfe-Mickael Laventure 24558a48dd Prevent mqueue from implicitely becoming a bind mount with --ipc=host
Currently, when running a container with --ipc=host, if /dev/mqueue is
a standard directory on the hos the daemon will bind mount it allowing
the container to create/modify files on the host.

This commit forces /dev/mqueue to always be of type mqueue except when
the user explicitely requested something to be bind mounted to
/dev/mqueue.

Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
Upstream-commit: f7d4abdc00d521509995da1070215c808fe0fd9c
Component: engine
2016-02-09 14:16:08 -08:00
..
2016-01-20 12:52:05 +08:00
2016-02-05 16:50:35 +01:00
2016-02-01 09:57:38 -08:00
2016-02-01 09:57:38 -08:00
2016-02-05 02:24:23 -05:00
2016-02-03 15:45:20 +08:00
2016-02-03 10:43:01 -08:00
2015-12-16 11:58:52 -08:00
2016-02-02 21:05:01 -05:00
2016-01-14 08:17:40 +00:00
2016-01-26 23:47:02 +11:00
2016-01-07 14:10:42 -05:00
2016-02-03 15:45:20 +08:00
2016-02-03 15:45:20 +08:00
2016-02-03 15:45:20 +08:00
2016-02-03 15:45:20 +08:00

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver

Code pertaining to storing images:

  • graphdriver