Azure File Share : Unable to mount Azure file share when executing docker-compose
I am trying to set up a container service locally that mounts an Azure file share as its extended storage. However, I am encountering an error despite verifying the keys and storage name. Here is the error message I am receiving.
[error]
Error response from daemon: failed to populate volume: error while mounting volume ‘/mnt/cloudstor/ipfs-docker_ipfs-azure’: VolumeDriver.Mount: mount failed: exit status 32
output=”mount error(13): Permission deniednRefer to the mount.cifs(8) manual page (e.g. man mount.cifs)nmount error(13): Permission deniednRefer to the mount.cifs(8) manual page (e.g. man mount.cifs)nmount: mounting //fileshare.file.core.windows.net/ipfs-share on /mnt/cloudstor/ipfs-docker_ipfs-azure failed: Permission deniedn
I am trying to set up a container service locally that mounts an Azure file share as its extended storage. However, I am encountering an error despite verifying the keys and storage name. Here is the error message I am receiving. [error]Error response from daemon: failed to populate volume: error while mounting volume ‘/mnt/cloudstor/ipfs-docker_ipfs-azure’: VolumeDriver.Mount: mount failed: exit status 32output=”mount error(13): Permission deniednRefer to the mount.cifs(8) manual page (e.g. man mount.cifs)nmount error(13): Permission deniednRefer to the mount.cifs(8) manual page (e.g. man mount.cifs)nmount: mounting //fileshare.file.core.windows.net/ipfs-share on /mnt/cloudstor/ipfs-docker_ipfs-azure failed: Permission deniedn Read More