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
i create a docker container as a nfs server and expose 2049 port in computer A(ip:172.25.78.130).
docker run -d --name nfs --privileged -v /home/nfs:/data/nfs -e SHARED_DIRECTORY=/data/nfs -p 2049:2049 itsthenetwork/nfs-server-alpine:latest
but i use another computer B(ip:172.25.78.39) to mount it .it's wrong
showmount -e 172.25.78.130 RPC: Remote system errorRPC: Port mapper failure - RPC: Timed out.
The text was updated successfully, but these errors were encountered:
This is solely nfs4, so showmount wont work.
Sorry, something went wrong.
No branches or pull requests
i create a docker container as a nfs server and expose 2049 port in computer A(ip:172.25.78.130).
docker run -d --name nfs --privileged -v /home/nfs:/data/nfs -e SHARED_DIRECTORY=/data/nfs -p 2049:2049 itsthenetwork/nfs-server-alpine:latest
but i use another computer B(ip:172.25.78.39) to mount it .it's wrong
The text was updated successfully, but these errors were encountered: