Forum Discussion

jamesterzzzzzz's avatar
jamesterzzzzzz
Occasional Reader
Oct 13, 2024

Azure File Share : Unable to mount Azure file share when executing docker-compose

am trying to set up container service locally that mounts an Azure file share as its extended storage. However, am encountering an error despite verifying the keys and storage name. Here is the error message 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 denied\nRefer to the mount.cifs(8) manual page (e.g. man mount.cifs)\nmount error(13): Permission denied\nRefer 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 denied\n

Resources