storage/drivers/overlay
Valentin Rothberg fe15d204d3 overlay: allow storing images with more than 127 layers
Note that such images can now be stored but they cannot be
pushed yet.  Supporting both use cases would be ideal for
source-container images that are known to have a large number
of layers, likely exceeding the current limit of 127 layers.

This limit is inherited from Docker to proactively restrict the
amount and size of arguments passed when mounting.  All (lower)
layers must be specified at mount-time but we only have one page
to pass them.

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2019-12-09 16:54:50 +01:00
..
check.go overlay: check if metacopy is happening 2019-01-17 14:14:10 -05:00
mount.go Fallback to use naive diff driver if enable CONFIG_OVERLAY_FS_REDIRECT_DIR 2017-10-05 15:27:54 -04:00
overlay.go overlay: allow storing images with more than 127 layers 2019-12-09 16:54:50 +01:00
overlay_test.go Add a CreateFromTemplate() method to drivers, and use it for mapped layers 2019-01-17 14:28:40 -05:00
overlay_unsupported.go Rename 'overlay2' to 'overlay' 2017-04-24 16:02:38 -04:00
randomid.go Backport moby overlay driver changes to containers/storage 2017-09-26 20:45:15 +00:00