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       podman volume unmount volumeID
31
32
33
34       Unmount multiple volumes with given IDs
35
36       podman volume unmount volumeID1 volumeID2 volumeID3
37
38
39

SEE ALSO

41       podman(1), podman-volume(1), podman-volume-mount(1)
42
43
44
45                                                      podman-volume-unmount(1)
Impressum