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