Hacker News new | ask | show | jobs
by naikrovek 899 days ago
That seems ripe for optimization, if true, especially since those layers are all immutable.
1 comments

A container runtime could optimize for speed by unpacking all those layers one by one into a single lower directory for the container to use; but at the cost of using lots of disk space, since those layers would no longer be shared between different containers.