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