File Systems

overlayfs

English

Overview

A file system that layers multiple directories to present them as one, commonly used in container technology.

Details

A file system that stacks multiple layers and presents them as a single mount point, the foundation of Docker images' layered structure.

More Linux terms