Skip to main content

Module bundle

Module bundle 

Source
Expand description

OCI bundle handling.

An OCI bundle is a directory containing everything needed to run a container:

  • config.json: The OCI runtime specification
  • rootfs/: The root filesystem (optional if config.json specifies an external root)

Reference: https://github.com/opencontainers/runtime-spec/blob/main/bundle.md

Modules§

paths
OCI bundle directory name constants.
utils
Utilities for working with bundles.

Structs§

Bundle
OCI bundle representation.
BundleBuilder
Bundle builder for creating new bundles.