ceph-csi/vendor/k8s.io/kubernetes/test/images/volumes-tester/nfs
2018-07-31 14:53:26 +02:00
..
Dockerfile vendor files 2018-01-10 13:42:26 -05:00
index.html vendor files 2018-01-10 13:42:26 -05:00
Makefile vendor update for CSI 0.3.0 2018-07-31 14:53:26 +02:00
README.md vendor files 2018-01-10 13:42:26 -05:00
run_nfs.sh vendor update for CSI 0.3.0 2018-07-31 14:53:26 +02:00

NFS server container for testing

This container exports '/' directory with an index.html inside. NFSv4 only.

Accepts a -G option for specifying a group id to give exported directories. Clients in the specified group will have full rwx permissions, others none.

Inspired by https://github.com/cpuguy83/docker-nfs-server.

Used by test/e2e/* to test NFSVolumeSource. Not for production use!

Analytics