FlatImage
A configurable Linux containerization system
Loading...
Searching...
No Matches
ns_filesystem Namespace Reference

Base filesystem interface and abstraction. More...

Classes

class  Filesystem
 

Detailed Description

Base filesystem interface and abstraction.

Defines the abstract base class for all FlatImage filesystem implementations. Provides common interface for mounting, child process management, logging, and automatic cleanup through RAII. All specific filesystem types (DwarFS, UnionFS, OverlayFS, CIOPFS) inherit from this base.