![]() While running through this example the Dockerfile wouldn't build, upon closer inspection the entrypoint was not being copied into the container, and it was not executable. |
||
---|---|---|
.. | ||
Dockerfile | ||
README.md | ||
run_nfs |
NFS-exporter container
Inspired by https://github.com/cpuguy83/docker-nfs-server. Rewritten for Fedora.
Serves NFS4 exports, defined on command line. At least one export must be defined!
Usage::
docker run -d --name nfs --privileged jsafrane/nfsexporter /path/to/share /path/to/share2 ...