pkg/chrootarchive
Phil Estes 2c7172b274 Pass excludes/options to tar unarchiver via environment
Fixes #10426

Because of the ability to easily overload the shell max argument list
length once the image count is several hundred, `docker load` will
start to fail because of this as it passes an excludes list of all
images in the graph.  This patch uses an environment variable with the
json marshalled through it to get around the arg length limitation.

Docker-DCO-1.1-Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com> (github: estesp)
2015-02-19 17:53:39 -08:00
..
archive.go Pass excludes/options to tar unarchiver via environment 2015-02-19 17:53:39 -08:00
archive_test.go Have .dockerignore support Dockerfile/.dockerignore 2015-01-06 10:57:48 -08:00
diff.go Not doing extra assertion for io.Closer 2015-01-22 10:36:20 +03:00
init.go Flush stdin from within chroot archive 2014-12-09 14:56:17 -05:00