k3s/examples/nfs/exporter
elsonrodriguez 621c86defb Fixed NFS example Dockerfile to include a valid Entrypoint.
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.
2015-04-27 20:39:44 -07:00
..
Dockerfile Fixed NFS example Dockerfile to include a valid Entrypoint. 2015-04-27 20:39:44 -07:00
README.md Add NFS export/import pod examples. 2015-04-02 10:47:21 +02:00
run_nfs Add NFS export/import pod examples. 2015-04-02 10:47:21 +02:00

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 ...