Error response from daemon: Mounts denied: { errno = [EACCES]; call = getattrlist; label = /my/mouting/point }

Hi there,
On my mac, i do have a mounting point working properly. For this mounting point to be usable within a docker file, i’m using the following command (i want the name to be exactly the same):
docker run -d -v /mnt/my/share/:/mnt/my/share: --name dockername my_docker

But i have this error :
docker: Error response from daemon: Mounts denied: { errno = [EACCES]; call = getattrlist; label = /mnt/my/share }.

Can please someone point me in the right direction?

Regards,
Pierre

1 Like

to spot the error, you first could try to do a docker run with --privileged=true.