1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-09 17:37:12 +00:00
kyverno/vendor/k8s.io/kubernetes/test/images/volume/nfs
2019-10-23 23:19:53 -07:00
..
BASEIMAGE update vendor 2019-10-23 23:19:53 -07:00
Dockerfile update vendor 2019-10-23 23:19:53 -07:00
index.html update vendor 2019-10-23 23:19:53 -07:00
README.md update vendor 2019-10-23 23:19:53 -07:00
run_nfs.sh update vendor 2019-10-23 23:19:53 -07:00
VERSION update vendor 2019-10-23 23:19:53 -07: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