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 ┌───────┬────────────────────────────┐
31 │Filter │ Description │
32 ├───────┼────────────────────────────┤
33 │label │ [Key] or [Key=Value] Label │
34 │ │ assigned to a volume │
35 ├───────┼────────────────────────────┤
36 │until │ Only remove volumes cre‐ │
37 │ │ ated before given time‐ │
38 │ │ stamp │
39 └───────┴────────────────────────────┘
40
41 --help
42 Print usage statement
43
44
46 $ podman volume prune
47
48 $ podman volume prune --force
49
50 $ podman volume prune --filter label=mylabel=mylabelvalue
51
52
53
55 podman-volume(1)
56
57
59 November 2018, Originally compiled by Urvashi Mohnani umohnani@red‐
60 hat.com ⟨mailto:umohnani@redhat.com⟩
61
62
63
64 podman-volume-prune(1)()