Expand description
OCI bundle handling.
An OCI bundle is a directory containing everything needed to run a container:
config.json: The OCI runtime specificationrootfs/: The root filesystem (optional if config.json specifies an external root)
Reference: https://github.com/opencontainers/runtime-spec/blob/main/bundle.md
Modules§
Structs§
- Bundle
- OCI bundle representation.
- Bundle
Builder - Bundle builder for creating new bundles.