kubernetes/test/images/volume/nfs
2021-10-07 01:25:55 -04:00
..
BASEIMAGE Enable more test images for s390x 2021-10-07 01:25:55 -04:00
Dockerfile test images: Adds Windows support (part 1) 2020-02-21 02:09:49 -08:00
index.html
README.md Remove stale analytics links from docs 2020-11-18 07:04:48 -06:00
run_nfs.sh Fix shellcheck lint errors in test/images/volume/nfs/run_nfs.sh 2019-04-15 20:02:03 -04:00
VERSION Enable more test images for s390x 2021-10-07 01:25:55 -04: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!