1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/pkg/chrootarchive
Phil Estes 743c9ba1fb 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-08 15:41:07 -08:00