rpc.nfsd: Unable to access /proc/fs/nfsd errno 2 (No such file or directory).
Please try, as root, 'mount -t nfsd nfsd /proc/fs/nfsd' and then restart rpc.nfsd to correct the problem
I run the command:
docker run -d --cap-add SYS_ADMIN --cap-add SETPCAP -v /my/dir/:/nfs-share gists/nfs-server:2.4.1
What am I doing wrong?
By the way, the script does not abort on this error. Maybe add set -o errexit at start
I get the following error message:
I run the command:
What am I doing wrong?
By the way, the script does not abort on this error. Maybe add
set -o errexit
at start