LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

podman-rmi

Remove container images from local storage

TLDR

Remove an image
$ podman rmi [image]
copy
Remove multiple images
$ podman rmi [image1] [image2]
copy
Force remove
$ podman rmi -f [image]
copy
Remove all unused images
$ podman rmi -a
copy

SYNOPSIS

podman rmi [options] image [image...]

DESCRIPTION

podman rmi removes one or more container images from local storage, freeing disk space. By default, images that are currently in use by a container cannot be removed.Use -f (force) to remove images even if containers reference them. The -a flag removes all images. The --ignore flag silently skips images that don't exist instead of returning an error.

PARAMETERS

IMAGE

Image to remove.
-f, --force
Force removal.
-a, --all
Remove all images.
--ignore
Ignore missing images.

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

Cannot remove images in use. Use force carefully.

HISTORY

podman rmi provides image removal 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