Files
skopeo/docs/buildah-rmi.md
Ryan Cole 6d85cd3f7d update 'buildah images' and 'buildah rmi' commands
add more flags to `buildah images` and `buildah rmi`, and write tests

Signed-off-by: Ryan Cole <rcyoalne@gmail.com>

Closes: #155
Approved by: rhatdan
2017-06-28 15:36:19 +00:00

464 B

buildah-rmi "1" "March 2017" "buildah"

NAME

buildah rmi - Removes one or more images.

SYNOPSIS

buildah rmi imageID [...]

DESCRIPTION

Removes one or more locally stored images.

OPTIONS

--force, -f

Executing this command will stop all containers that are using the image and remove them from the system

EXAMPLE

buildah rmi imageID

buildah rmi --force imageID

buildah rmi imageID1 imageID2 imageID3

SEE ALSO

buildah(1)