dissect.target.loaders.overlay2¶
Module Contents¶
Classes¶
Load Docker overlay2 filesystems. |
- class dissect.target.loaders.overlay2.Overlay2Loader(path: pathlib.Path, *, parsed_path: urllib.parse.ParseResult | None = None, resolve: bool = True, **kwargs)¶
Bases:
dissect.target.loader.LoaderLoad Docker overlay2 filesystems.
- static detect(path: dissect.target.helpers.fsutil.TargetPath) bool¶
Detects wether this
Loaderclass can load this specificpath.- Parameters:
path – The target path to check.
- Returns:
Trueif thepathcan be loaded by aLoaderinstance.Falseotherwise.
- map(target: dissect.target.target.Target) None¶
Maps the loaded path into a
Target.- Parameters:
target – The target that we’re mapping into.