Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
buildah-rm(1)		     General Commands Manual		   buildah-rm(1)

NAME
     buildah-rm - 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 contain-
     ers'.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)

buildah 			   March 2017			   buildah-rm(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=buildah-rm&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help