Closed jonny190 closed 7 months ago
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.
correct
Is there any workaround for this ?
NFS is not a universal swap in for a hard drive. It lacks specific mechanisms for security and file locking that exist on a sane Linux filesystem. You can't store things like database file over NFS and you certainly cannot mount your docker storage directory over NFS which is what you are attempting to do here as this is a DinD container. If you are attempting to run all your applications on one machine and use NFS for 100% of your storage you are going to run into many other issues than this. Stuff like sqlite does not work properly over NFS and is used by many web applications. Look into xattrs and NFSv4 in this case specifically for Docker or consider iSCSI as it replicates a block device for network storage.
Is there an existing issue for this?
Current Behavior
dmesg output from insode the continer
Expected Behavior
Unknown
Steps To Reproduce
Where fstab has the mount configured 172.*.5.208:/mnt/local/appdata /mnt/nfs/appdata nfs4 _netdev,auto 0 0
Environment
CPU architecture
x86-64
Docker creation
Container logs