k3s/examples/nfs/exporter
Jan Safranek 20004e0c16 Add e2e tests for Gluster and NFS tests.
- add appropriate server containers into contrib/for-tests/volumes-tester
- the tests are off by default (they need kubelet --allow_privileged=True)
  - enable by 'go run hack/e2e.go ... --ginkgo.focus=Volume'
- add glusterfs tools to list of installed packages on each node
2015-05-25 12:02:41 +02:00
..
Dockerfile Fixed NFS example Dockerfile to include a valid Entrypoint. 2015-04-27 20:39:44 -07:00
README.md Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -07:00
run_nfs Add e2e tests for Gluster and NFS tests. 2015-05-25 12:02:41 +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 ...

Analytics