tarpoon/vendor/k8s.io/kubernetes/test/images/volumes-tester/nfs
2016-12-03 22:43:32 -08:00
..
Dockerfile Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
index.html Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
Makefile Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
README.md Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08:00
run_nfs.sh Add glide.yaml and vendor deps 2016-12-03 22:43:32 -08: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