2015-05-25 10:02:41 +00:00
|
|
|
# NFS server container for testing
|
|
|
|
|
|
|
|
This container exports '/' directory with an index.html inside. NFSv4 only.
|
|
|
|
|
2016-08-09 22:23:06 +00:00
|
|
|
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.
|
|
|
|
|
2015-05-25 10:02:41 +00:00
|
|
|
Inspired by https://github.com/cpuguy83/docker-nfs-server.
|
|
|
|
|
|
|
|
Used by test/e2e/* to test NFSVolumeSource. Not for production use!
|
|
|
|
|
|
|
|
|
2015-08-14 05:43:57 +00:00
|
|
|
[![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/test/images/volumes-tester/nfs/README.md?pixel)]()
|