LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

podman-load

Load container images from archives

TLDR

Load image from archive
$ podman load -i [image.tar]
copy
Load from stdin
$ cat [image.tar] | podman load
copy
Load with new name
$ podman load -i [archive.tar]
copy

SYNOPSIS

podman load [options]

DESCRIPTION

podman load restores container images from tar archives previously created by podman save or docker save. Unlike podman import, it preserves all image layers, metadata, tags, and build history.The archive can be read from a file with -i or piped from stdin. This is the standard way to transfer complete images between systems without using a registry.

PARAMETERS

-i, --input FILE

Input archive file.
-q, --quiet
Suppress output.

INSTALL

sudo apt install podman
copy
sudo dnf install podman
copy
sudo pacman -S podman
copy
sudo apk add podman
copy
sudo zypper install podman
copy
brew install podman
copy
nix profile install nixpkgs#podman
copy

CAVEATS

Use with podman save archives. OCI format compatible.

HISTORY

podman load provides image archive loading functionality.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid