-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
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
NFS Client Connection Error #39
Comments
Which command did you use to start it up? |
@capriciousduck Any luck with this? I have the same issue |
Nevermind, turns out I had mis-typed my ports.
|
I have the same problem. Have you found a way to solve it? @capriciousduck |
@fvfvsda @capriciousduck Hello, same problem, do you find a way to solve the problem ? 3 Months stuck with simple thing like this :( |
You can try to refer to docker-compose.yml in this website. I hope this can help you. https://blog.siaimes.me/2021/01/01/p54.html#more @TheNexter |
It's work for you ? :( |
The file in the container named nfsd.sh also need to be modified. You can refer to this. siaimes@15ff1e0 |
Do we have a solution yet? Stuck with this for a while now. @sureshjoshi @capriciousduck @sjiveson I am running this as a stand alone container, facing the same problem and yes the privileged: true version: '3'
services:
nfs-server:
image: itsthenetwork/nfs-server-alpine:latest-arm
container_name: nfs-server
ports:
- "2049:2049"
volumes:
- ./shared:/nfsshare
environment:
- SHARED_DIRECTORY=/nfsshare
privileged: true
restart: always Yet when I try to mount from host
gives connection refused. |
Hi, |
I deployed this image on my linux laptop and trying to mount the shares in my raspberry pi(running debian). I get the following error.
Though, my container logs show no errors. The log from container is below.
The text was updated successfully, but these errors were encountered: