Expand description
OCI Bundle Creation
Creates OCI-compliant bundles for container runtimes using libcontainer (youki). A bundle consists of a directory with:
- config.json: OCI runtime specification
- rootfs/: Container filesystem (symlink or bind mount target)
Structs§
- Bundle
Builder - Builder for OCI container bundles
Functions§
- cleanup_
bundle - Clean up a container’s bundle
- create_
bundle - Create a bundle for a container
- parse_
memory_ string - Parse memory string like “512Mi”, “1Gi” to bytes