.nh .TH buildah\-rm "1" "March 2017" "buildah" .SH NAME .PP buildah\-rm \- Removes one or more working containers. .SH SYNOPSIS .PP \fBbuildah rm\fP [\fIcontainer\fP ...] .SH DESCRIPTION .PP Removes one or more working containers, unmounting them if necessary. .SH OPTIONS .PP \fB\-\-all\fP, \fB\-a\fP .PP All Buildah containers will be removed. Buildah containers are denoted with an '*' in the 'BUILDER' column listed by the command 'buildah containers'.A container name or id cannot be provided when this option is used. .SH EXAMPLE .PP buildah rm containerID .PP buildah rm containerID1 containerID2 containerID3 .PP buildah rm \-\-all .SH SEE ALSO .PP buildah(1)