github.com/hanks177/podman/v4@v4.1.3-0.20220613032544-16d90015bc83/docs/source/markdown/podman-volume-mount.1.md (about)

     1  % podman-volume-mount(1)
     2  
     3  ## NAME
     4  podman\-volume\-mount - Mount a volume filesystem
     5  
     6  ## SYNOPSIS
     7  **podman volume mount** [*volume* ...]
     8  
     9  ## DESCRIPTION
    10  Mounts the specified volumes' file system in a location which can be
    11  accessed from the host, and returns its location.
    12  
    13  Rootless mode only supports mounting file volumes, unless you enter the user namespace
    14  via the `podman unshare` command. All other volume types will fail to mount.
    15  
    16  ## RETURN VALUE
    17  The location of the mounted file system.  On error an empty string and errno is
    18  returned.
    19  
    20  ## EXAMPLE
    21  
    22  ```
    23  podman volume mount foo
    24  /home/dwalsh/.local/share/containers/storage/volumes/foo/_data
    25  ```
    26  
    27  ## SEE ALSO
    28  **[podman(1)](podman.1.md)**, **[podman-volume(1)](podman-volume.1.md)**, **[podman-volume-unmount(1)](podman-volume-unmount.1.md)**, **[podman-unshare(1)](podman-unshare.1.md)**, **mount(8)**