We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker run -d \ --name nfstest \ -v /share/folder:/export -p 2049:2049 -p 2049:2049/udp -p 111:111 -p 111:111/udp -p 32765:32765 -p 32765:32765/udp -p 32767:32767 -p 32767:32767/udp\ apnar/nfs-ganesha \
I can see open ports, can mount, but cannot see shared storage. The storage is empty on the mount, and the filesystem is RO.
If i bash into the container, i can see the data available on /export - seems to be some config problem?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I can see open ports, can mount, but cannot see shared storage. The storage is empty on the mount, and the filesystem is RO.
If i bash into the container, i can see the data available on /export - seems to be some config problem?
The text was updated successfully, but these errors were encountered: