Definition
A filesystem that stacks read-only and writable layers on top of each other like transparent sheets.
A union-mount filesystem (e.g., OverlayFS) that presents a stack of read-only lower layers with a writable upper layer; the basis of Docker images and of DeltaBox's DeltaFS.
Also called: union filesystem