.nh .TH podman-volume-unmount 1 .SH NAME .PP podman-volume-unmount - Unmount a volume .SH SYNOPSIS .PP \fBpodman volume unmount\fP \fIvolume\fP [...] .PP \fBpodman volume umount\fP \fIvolume\fP [...] .SH DESCRIPTION .PP Unmounts the specified volume, if there are no other containers using it. .PP Volume storage increments a mount counter each time a volume is mounted. When a volume is unmounted, the mount counter is decremented, and the volume's filesystem is physically unmounted only when the mount counter reaches zero indicating no other processes are using the mount. .SH EXAMPLE .PP Unmount volume with a given ID: .EX podman volume unmount volumeID .EE .PP Unmount multiple volumes with given IDs: .EX podman volume unmount volumeID1 volumeID2 volumeID3 .EE .SH SEE ALSO .PP \fBpodman(1)\fP, \fBpodman-volume(1)\fP, \fBpodman-volume-mount(1)\fP