Skip to main content
Loads images from a tar archive created by image save. The tar file must be specified via --input.

Usage

container image load --input <input> [--force] [--debug]

Options

-i, --input
string
required
Path to the image tar archive
-f, --force
boolean
Load images even if invalid member files are detected
--debug
boolean
Enable debug output

Examples

# Load images from a tar file
container image load --input my-app.tar

# Force load even with invalid files
container image load --input images.tar --force
The loaded images will be available in your local image store with their original tags.

Build docs developers (and LLMs) love