1podman-volume-unmount(1)() podman-volume-unmount(1)()
2
3
4
6 podman-volume-unmount - Unmount a volume
7
8
10 podman volume unmount volume [...]
11
12
13 podman volume umount volume [...]
14
15
17 Unmounts the specified volume, if there are no other containers using
18 it.
19
20
21 Volume storage increments a mount counter each time a volume is
22 mounted. When a volume is unmounted, the mount counter is decremented,
23 and the volume's filesystem is physically unmounted only when the mount
24 counter reaches zero indicating no other processes are using the mount.
25
26
28 Unmount volume with a given ID
29
30
31 podman volume unmount volumeID
32
33
34
35 Unmount multiple volumes with given IDs
36
37
38 podman volume unmount volumeID1 volumeID2 volumeID3
39
40
41
43 podman(1), podman-volume(1), podman-volume-mount(1)
44
45
46
47 podman-volume-unmount(1)()