Files
docker-docs/daemon
Brian Goff b2a43baf2e Use SELinux labels for volumes
Fixes a regression from the volumes refactor where the vfs graphdriver
was setting labels for volumes to `s0` so that they can both be written
to by the container and shared with other containers.
When moving away from vfs this was never re-introduced.
Since this needs to happen regardless of volume driver, this is
implemented outside of the driver.

Fixes issue where `z` and `Z` labels are not set for bind-mounts.

Don't lock while creating volumes

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2015-05-27 13:43:38 -07:00
..
2015-04-07 08:43:14 -07:00
2015-05-20 08:51:27 -07:00
2015-05-18 16:50:14 +00:00
2015-04-30 12:17:33 -07:00
2015-05-19 22:40:19 +00:00
2015-05-27 13:43:38 -07:00
2015-05-27 13:43:38 -07:00
2015-05-14 15:57:45 -07:00
2015-05-27 13:43:38 -07:00
2015-04-13 15:27:45 +02:00
2015-04-09 16:06:54 -07:00
2015-04-10 01:52:55 +08:00
2015-04-16 18:50:24 +02:00
2015-04-23 10:23:02 +08:00
2015-04-16 10:56:15 -04:00
2015-04-12 00:41:16 +02:00
2015-04-09 18:17:50 -07:00
2015-05-27 13:43:38 -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