ingress-nginx-helm/vendor/k8s.io/kubernetes/test/images/volumes-tester/nfs
Manuel de Brito Fontes bf5616c65b Replace godep with dep
2017-10-06 17:26:14 -03:00
..
Dockerfile Replace godep with dep 2017-10-06 17:26:14 -03:00
index.html Replace godep with dep 2017-10-06 17:26:14 -03:00
Makefile Replace godep with dep 2017-10-06 17:26:14 -03:00
README.md Replace godep with dep 2017-10-06 17:26:14 -03:00
run_nfs.sh Replace godep with dep 2017-10-06 17:26:14 -03: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