rootpages icon indicating copy to clipboard operation
rootpages copied to clipboard

[virtualization][containers] Container size limit is 10 GiB

Open LukeShortCloud opened this issue 1 year ago • 0 comments
trafficstars

The 10 GiB container size limit can be worked around by compressing it.

$ sudo docker save <CONTAINER_NAME> | gzip -c > <CONTAINER_NAME>tar.gz

https://grand-challenge.org/forums/forum/midog2021-598/topic/what-is-container-size-limit-138/

LukeShortCloud avatar May 17 '24 02:05 LukeShortCloud