LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

podman-image

Manage container images in Podman

TLDR

List images
$ podman image list
copy
Remove image
$ podman image rm [image]
copy
Pull image
$ podman image pull [image:tag]
copy
Inspect image
$ podman image inspect [image]
copy
Build image
$ podman image build -t [name] [path]
copy
Prune unused images
$ podman image prune
copy

SYNOPSIS

podman image command [options]

DESCRIPTION

podman image manages container images. Subcommand for Podman's image operations. Supports pulling, building, tagging, and removing images. Compatible with OCI and Docker image formats.

PARAMETERS

list

List images.
rm image
Remove image.
pull image
Pull image from registry.
push image
Push image to registry.
build
Build image from Dockerfile.
inspect image
Show image details.
prune
Remove unused images.
tag src dest
Tag an image.

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