sjiveson / nfs-server-alpine

A handy Alpine Linux based NFS Server image running NFS v4 only, over TCP on port 2049
https://hub.docker.com/r/itsthenetwork/nfs-server-alpine/
GNU General Public License v3.0
289 stars 179 forks source link

NSF2 is removed #53

Open NgatiaFrankline opened 2 years ago

NgatiaFrankline commented 2 years ago

I believe NFS2 has been removed, therefore this line /usr/sbin/rpc.nfsd --debug 8 --no-udp --no-nfs-version 2 --no-nfs-version 3 will result in an error: 2: Unsupported version. The line now becomes: /usr/sbin/rpc.nfsd --debug 8 --no-udp --no-nfs-version 3. The error shows when you rebuild the image.

IdiosyncraticDragon commented 1 year ago

I met this problem, too.