5 ms·
Containers don't control the FS that they're written to. A container image is in the tar format and at runtime the underlying FS is defined by the host, which i
by fartattack 5y ago
Containers don't control the FS that they're written to. A container image is in the tar format and at runtime the underlying FS is defined by the host, which is why containers only run on hosts with union filesystems