when I am mount volume in docker with root user like this:
# mount -t nfsxxxx-pli55.cn-shanghai.nas.aliyuncs.com:/k8s/reddwarf-pro/chat-server-service /home/nfs/
mount: /home/nfs: permission denied.
shows permission denied, then I tried to use this command:
chmod -R 777 /home/nfs
and rerun the bind command, still shows that the permission denied. why did this happen? what should I do to fixed this issue? why could not use the mount command with root user?