1podman-volume(1)() podman-volume(1)()
2
3
4
6 podman-volume - Simple management tool for volumes
7
8
10 podman volume subcommand
11
12
14 podman volume is a set of subcommands that manage volumes.
15
16
18 ┌────────┬──────────────────────────┬─────────────────────────────┐
19 │Command │ Man Page │ Description │
20 ├────────┼──────────────────────────┼─────────────────────────────┤
21 │create │ podman-volume-create(1) │ Create a new volume. │
22 ├────────┼──────────────────────────┼─────────────────────────────┤
23 │inspect │ podman-volume-inspect(1) │ Get detailed information on │
24 │ │ │ one or more volumes. │
25 ├────────┼──────────────────────────┼─────────────────────────────┤
26 │ls │ podman-volume-ls(1) │ List all the available vol‐ │
27 │ │ │ umes. │
28 ├────────┼──────────────────────────┼─────────────────────────────┤
29 │prune │ podman-volume-prune(1) │ Remove all unused volumes. │
30 ├────────┼──────────────────────────┼─────────────────────────────┤
31 │rm │ podman-volume-rm(1) │ Remove one or more volumes. │
32 └────────┴──────────────────────────┴─────────────────────────────┘
33
35 podman(1)
36
37
39 November 2018, Originally compiled by Urvashi Mohnani umohnani@red‐
40 hat.com ⟨mailto:umohnani@redhat.com⟩
41
42
43
44 podman-volume(1)()