LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

podman-image-load

Load container images from tar archives

TLDR

Load image from archive
$ podman image load -i [image.tar]
copy
Load from stdin
$ cat [image.tar] | podman image load
copy
Load with quiet output
$ podman image load -q -i [image.tar]
copy

SYNOPSIS

podman image load [options]

DESCRIPTION

podman image load loads images from tar archives created by podman save or docker save. Restores images including all layers and metadata. Useful for transferring images between systems.

PARAMETERS

-i, --input file

Read from 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

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