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 │exists │ podman-volume-exists(1) │ Check if the given volume │
24 │ │ │ exists. │
25 ├────────┼──────────────────────────┼─────────────────────────────┤
26 │inspect │ podman-volume-inspect(1) │ Get detailed information on │
27 │ │ │ one or more volumes. │
28 ├────────┼──────────────────────────┼─────────────────────────────┤
29 │ls │ podman-volume-ls(1) │ List all the available vol‐ │
30 │ │ │ umes. │
31 ├────────┼──────────────────────────┼─────────────────────────────┤
32 │prune │ podman-volume-prune(1) │ Remove all unused volumes. │
33 ├────────┼──────────────────────────┼─────────────────────────────┤
34 │rm │ podman-volume-rm(1) │ Remove one or more volumes. │
35 ├────────┼──────────────────────────┼─────────────────────────────┤
36 │ │ │ │
37 └────────┴──────────────────────────┴─────────────────────────────┘
38
40 podman(1)
41
42
44 November 2018, Originally compiled by Urvashi Mohnani umohnani@red‐
45 hat.com ⟨mailto:umohnani@redhat.com⟩
46
47
48
49 podman-volume(1)()