1podman-volume-prune(1)() podman-volume-prune(1)()
2
3
4
6 podman-volume-prune - Remove all unused volumes
7
8
10 podman volume prune [options]
11
12
14 Removes unused volumes. By default all unused volumes will be removed,
15 the --filter flag can be used to filter specific volumes. You will be
16 prompted to confirm the removal of all the unused volumes. To bypass
17 the confirmation, use the --force flag.
18
19
21 --force, -f
22 Do not prompt for confirmation.
23
24
25 --filter
26 Filter volumes to be pruned. Volumes can be filtered by the following
27 attributes:
28
29
30 · dangling
31
32 · driver
33
34 · label
35
36 · name
37
38 · opt
39
40 · scope
41
42
43
44 --help
45 Print usage statement
46
47
49 $ podman volume prune
50
51 $ podman volume prune --force
52
53 $ podman volume prune --filter label=mylabel=mylabelvalue
54
55
56
58 podman-volume(1)
59
60
62 November 2018, Originally compiled by Urvashi Mohnani umohnani@red‐
63 hat.com ⟨mailto:umohnani@redhat.com⟩
64
65
66
67 podman-volume-prune(1)()