1podman-volume-rm(1) General Commands Manual podman-volume-rm(1)
2
3
4
6 podman-volume-rm - Remove one or more volumes
7
8
10 podman volume rm [options]
11
12
14 Removes one ore more volumes. Only volumes that are not being used will
15 be removed. If a volume is being used by a container, an error will be
16 returned unless the --force flag is being used. To remove all the
17 volumes, use the --all flag.
18
19
21 -a, --all=""
22
23
24 Remove all volumes.
25
26
27 -f, --force=""
28
29
30 Remove a volume by force. If it is being used by containers, the
31 containers will be removed first.
32
33
34 --help
35
36
37 Print usage statement
38
39
41 $ podman volume rm myvol1 myvol2
42
43 $ podman volume rm --all
44
45 $ podman volume rm --force myvol
46
47
48
50 podman-volume(1)
51
52
54 November 2018, Originally compiled by Urvashi Mohnani
55 ⟨umohnani@redhat.com⟩
56
57
58
59 podman-volume-rm(1)