buildah-rm - Man Page

Removes one or more working containers.

Synopsis

buildah rm [container ...]

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'.A container name or id cannot be provided when this option is used.

Example

buildah rm containerID

buildah rm containerID1 containerID2 containerID3

buildah rm --all

See Also

buildah(1)

Referenced By

buildah(1).

March 2017 buildah