Releases: ehough/docker-nfs-server
Releases · ehough/docker-nfs-server
v2.2.1
v2.2.0
Added
- Enhanced debugging via environment variable:
NFS_LOG_LEVEL=DEBUG
. This also produces less cluttered log output during regular, non-debug operation.
Fixed
idmapd
would not start whenNFS_VERSION=3
- allow Kerberos without
idmapd
. Most users will probably want to run them together, but it isn't required. NFS_VERSION
environment variable sanity check allowed invalid values- status code of
rpc.svcgssd
was not properly checked idmapd
debug output was invisible
v2.1.0
v2.0.0
v1.2.0
v1.1.1
v1.1.0
Added
- Base image is now configurable via
BUILD_FROM
build argument. e.g.docker build --build-arg BUILD_FROM=ubuntu erichough/nfs-server
(#3)
Changed
- Base image is now
debian:stretch-slim
(wasdebian:stable
)
Fixed
rpc.idmapd
was started even when NFS version 4 was not in use- removed default
/etc/idmapd.conf
from the image to prevent unintended start ofrpc.idmapd
NFS_VERSION=3
resulted inrpc.nfsd
still offering version 4- Fixed detection of built-in kernel modules (#4)