Hi there, hope that someone can help me with this issues which cost me a day or two right now.
I am pretty new to docker, but internet is your best friend.
I have proxmox setup with a docker host.
Installed Docker version 24.0.2, build cb74dfc
I have a synology (192.168.2.25) where i created an nfs share (volume1/nfsshare). I want this share to be available inside a docker container. As i found it must be possible. But i cannot seems to get it.
I tried several ways and commandlines, but the all end with:
docker: Error response from daemon: failed to mount local volume: mount :/volume1/nfsshare:/var/lib/docker/volumes/nfsshare/_data, data: addr=192.168.2.250: operation not permitted.
I tried it to setup with this:
docker volume create --driver local
–opt type=nfs
–opt o=addr=192.168.2.250,rw
–opt device=:/volume1/nfsshare
nfsshare
No errors, second i run:
docker run -d -it
–name debian-test
–mount source=nfsshare,target=/mnt
debian
The i get the operation not permitted, inside synology i tried different setups, specific IP of the docker host, wildcard, different squash, they al end with the same error.
So, is my information which i found wrong and is it not possible, or do i something wrong within my setup.
Find several forums, messageboards, al with the same issue, several solutions but these won’t work if i do the same. Did something with guid and uid, but also no luck.
Hope someone here can help and have the solutions, or otherwise i am bold within a couple of days