|
|
|
|
|
by jauntywundrkind
588 days ago
|
|
Composefs has a totally crucial feature that sold me immediately, which is that if two containers use the same file, the kernel can serve that file from the same page cache. This means you can hypothetically launch a lot of containers, and if they share some layers/base images, the memory usage can still be quite reasonable. Nice. https://github.com/containers/composefs?tab=readme-ov-file#b... |
|
If two OCI images share the same file, they'll be de-duplicated on disk and only be downloaded once.