LukeShortCloud / rootpages

Root Pages is a collection of easy-to-reference tutorials and guides primarily for Linux and other UNIX-like systems.
Other
55 stars 6 forks source link

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

Open LukeShortCloud opened 1 month ago

LukeShortCloud commented 1 month ago

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/