1podman-volume-unmount(1)    General Commands Manual   podman-volume-unmount(1)
2
3
4

NAME

6       podman-volume-unmount - Unmount a volume
7
8

SYNOPSIS

10       podman volume unmount volume [...]
11
12
13       podman volume umount volume [...]
14
15

DESCRIPTION

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

EXAMPLE

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

SEE ALSO

43       podman(1), podman-volume(1), podman-volume-mount(1)
44
45
46
47                                                      podman-volume-unmount(1)
Impressum