After facing repeating issues with a permission problem over volume access, I decided to go back from scratch and follow the volume basics. I follow the following tutorial.
I then try to run the following commands:
docker run -it -v /home/me/test:/data debian
And once inside I run a simple ls /data. But I get a Permission Denied. If I list permission over data I have the following:
drwxrwxrwx. 1 1001 1001 318 Mar 24 19:50 data/
Any hint on what I should look at ?
My system is Fedora 33 with Docker 19.03.13