Files
docker-cli/components/engine/pkg/archive
Phil Estes 439d751051 Skip aufs whiteout files on userns translation to container
aufs kernel module creates whiteout files on upper layer delete (and
other situations) and those files already are 'translated' regarding
ownership in host terms (e.g. they are already "0:0" owned), so when
these layers are copied around with pkg/archive we don't want to try and
translate these files regarding ownership.

Docker-DCO-1.1-Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com> (github: estesp)
Upstream-commit: 1626c9dae0f285185e3ef4c1e2be55a807e8c0ed
Component: engine
2015-12-09 10:11:32 -05:00
..
2015-11-21 00:36:56 +08:00
2015-11-02 08:28:34 -08:00
2015-11-21 00:36:56 +08:00
2015-11-21 00:36:56 +08:00
2015-08-04 09:52:54 +08:00
2015-04-24 17:03:33 +02:00

This code provides helper functions for dealing with archive files.