Files
skopeo/docs/buildah-rm.md
TomSweeneyRedHat 17d9a73329 Touchup rm and container man pages
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>

Closes: #391
Approved by: rhatdan
2018-01-16 15:48:29 +00:00

552 B

buildah-rm "1" "March 2017" "buildah"

NAME

buildah rm - Removes one or more working containers.

SYNOPSIS

buildah rm containerID [...]

DESCRIPTION

Removes one or more working containers, unmounting them if necessary.

OPTIONS

--all, -a

All Buildah containers will be removed. Buildah containers are denoted with an '*' in the 'BUILDER' column listed by the command 'buildah containers'.

EXAMPLE

buildah rm containerID

buildah rm containerID1 containerID2 containerID3

buildah rm --all

SEE ALSO

buildah(1)