Files
docker-cli/components/engine/daemon
Phil Estes 37ebaba7a1 Fix init layer chown of existing dir ownership
This solves a bug where /etc may have pre-existing permissions from
build time, but init layer setup (reworked for user namespaces) was
assuming root ownership.  Adds a test as well to catch this situation in
the future.

Minor fix to wrong ordering of chown/close on files created during the
same initlayer setup.

Docker-DCO-1.1-Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com> (github: estesp)
Upstream-commit: 23b771782ab7236ce5024ac5773a6ded9a2af753
Component: engine
2015-12-04 12:18:05 -05:00
..
2015-12-02 16:43:49 -05:00
2015-07-29 23:39:18 +02:00
2015-12-03 17:39:49 +01:00
2015-12-03 17:39:49 +01:00
2015-12-03 17:39:49 +01:00
2015-11-05 17:09:57 -05:00
2015-12-03 17:39:49 +01:00
2015-08-27 22:07:42 -07:00
2015-12-03 17:39:49 +01:00
2015-12-03 17:39:49 +01:00
2015-12-03 17:39:49 +01:00
2015-12-03 17:39:49 +01:00
2015-12-03 17:39:49 +01:00
2015-12-02 11:12:42 -05:00
2015-12-01 19:53:49 -08:00
2015-12-03 11:46:53 +01:00
2015-12-03 17:39:49 +01:00
2015-12-03 17:39:49 +01:00
2015-12-03 17:39:49 +01:00
2015-12-03 17:39:49 +01:00
2015-12-03 17:39:49 +01:00
2015-12-03 17:39:49 +01:00
2015-12-03 17:39:49 +01:00
2015-12-03 17:39:49 +01:00
2015-12-03 17:39:49 +01:00
2015-12-03 17:39:49 +01:00
2015-12-03 17:39:49 +01:00
2015-12-03 17:39:49 +01:00

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver

Code pertaining to storing images:

  • graphdriver