1podman-volume(1) General Commands Manual 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 ex‐ │
24 │ │ │ ists. │
25 ├────────┼──────────────────────────┼────────────────────────────────┤
26 │export │ podman-volume-export(1) │ Export volume to external tar. │
27 ├────────┼──────────────────────────┼────────────────────────────────┤
28 │import │ podman-volume-import(1) │ Import tarball contents into │
29 │ │ │ an existing podman volume. │
30 ├────────┼──────────────────────────┼────────────────────────────────┤
31 │inspect │ podman-volume-inspect(1) │ Get detailed information on │
32 │ │ │ one or more volumes. │
33 ├────────┼──────────────────────────┼────────────────────────────────┤
34 │ls │ podman-volume-ls(1) │ List all the available vol‐ │
35 │ │ │ umes. │
36 ├────────┼──────────────────────────┼────────────────────────────────┤
37 │mount │ podman-volume-mount(1) │ Mount a volume filesystem. │
38 ├────────┼──────────────────────────┼────────────────────────────────┤
39 │prune │ podman-volume-prune(1) │ Remove all unused volumes. │
40 ├────────┼──────────────────────────┼────────────────────────────────┤
41 │reload │ podman-volume-reload(1) │ Reload all volumes from vol‐ │
42 │ │ │ umes plugins. │
43 ├────────┼──────────────────────────┼────────────────────────────────┤
44 │rm │ podman-volume-rm(1) │ Remove one or more volumes. │
45 ├────────┼──────────────────────────┼────────────────────────────────┤
46 │unmount │ podman-volume-unmount(1) │ Unmount a volume. │
47 └────────┴──────────────────────────┴────────────────────────────────┘
48
50 podman(1)
51
52
54 November 2018, Originally compiled by Urvashi Mohnani umohnani@red‐
55 hat.com ⟨mailto:umohnani@redhat.com⟩
56
57
58
59 podman-volume(1)