.nh .TH podman-volume-mount 1 .SH NAME .PP podman-volume-mount - Mount a volume filesystem .SH SYNOPSIS .PP \fBpodman volume mount\fP [\fIvolume\fP ...] .SH DESCRIPTION .PP Mounts the specified volumes' file system in a location which can be accessed from the host, and returns its location. .PP Rootless mode only supports mounting file volumes, unless you enter the user namespace via the \fB\fCpodman unshare\fR command. All other volume types will fail to mount. .SH RETURN VALUE .PP The location of the mounted file system. On error an empty string and errno is returned. .SH EXAMPLE .PP .RS .nf podman volume mount foo /home/dwalsh/.local/share/containers/storage/volumes/foo/_data .fi .RE .SH SEE ALSO .PP \fBpodman(1)\fP, \fBpodman-volume(1)\fP, \fBpodman-volume-unmount(1)\fP, \fBpodman-unshare(1)\fP, \fBmount(8)\fP