OverlayFS makes a read-only filesystem writable by storing writes on a second, writable file system. Deletes are persisted via metadata stored on the writable file system.
The file system to write modified files to.
The file system that initially populates this file system.
Constructs and initializes an OverlayFS instance with the given options.
Generated using TypeDoc
OverlayFS makes a read-only filesystem writable by storing writes on a second, writable file system. Deletes are persisted via metadata stored on the writable file system.