obeone / docker-nfs-server

A lightweight, robust, flexible, and containerized NFS server.
https://hub.docker.com/r/obeoneorg/nfs-server/
GNU General Public License v3.0
16 stars 8 forks source link

Add NFS2 as an option... #8

Closed obeone closed 1 year ago

obeone commented 1 year ago

...which mostly crash nfsd starting for most.

There is an environment variable NFS_DISABLE_VERSION_2 which can be set, but if user explicitly set NFS_VERSION to 4 for example, version 2 and 3 will be disabled anyway (original script approach).

obeone commented 1 year ago

Wrong approach