Deprecated. Please use OverlayFS.Create() method instead.
The file system to write modified files to.
The file system that initially populates this file system.
Deprecated. Please use OverlayFS.Create() to construct and initialize OverlayFS instances.
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.