mirror of https://github.com/k3s-io/k3s
![]() 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 |
README.md
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 ...