1buildah-rm(1) General Commands Manual buildah-rm(1)
2
3
4
6 buildah-rm - Removes one or more working containers.
7
8
10 buildah rm [container ...]
11
12
14 Removes one or more working containers, unmounting them if necessary.
15
16
18 --all, -a
19
20
21 All Buildah containers will be removed. Buildah containers are denoted
22 with an '*' in the 'BUILDER' column listed by the command 'buildah con‐
23 tainers'.A container name or id cannot be provided when this option is
24 used.
25
26
28 buildah rm containerID
29
30
31 buildah rm containerID1 containerID2 containerID3
32
33
34 buildah rm --all
35
36
38 buildah(1)
39
40
41
42buildah March 2017 buildah-rm(1)