dockerized_nfs_server icon indicating copy to clipboard operation
dockerized_nfs_server copied to clipboard

Dockerized NFS server - NFS server as a docker container

Results 4 dockerized_nfs_server issues
Sort by recently updated
recently updated
newest added

The entrypoint `run.sh` ignores TERM signals. As a simple fix, one can change the last lines to ```sh sleep infinity & wait ``` This does not avoid all possible races...

I'm currently bitten by the `chmod 777` because I export my home directory, and with a mode of 777, I cannot ssh into by machine. What is the reasoning behind...

First of all, I think your Repo is great and it really helped me out, but I think you should increase the security configuration a bit. In your approach you...