Sign inSign up

evermind/nfs4-server

By evermind

Updated over 7 years ago

Minimal nfs4 server

Image
0

1.7K

evermind/nfs4-server repository overview

This container allows to export a single share via NFS4. The nfs server listens on tcp/2049.

USAGE:

docker run -d --privileged \
	-v /home:/export \
	-e "ALLOWED_CLIENTS=*" \
	evermind/nfs4-server

Everything that is mounted to /export on the container will be exported to all clients in ALLOWED_CLIENTS (separate multiple clients by whitespace).

Derived from https://github.com/sjiveson/nfs-server-alpine and stripped down to the absolute minimum.

Tag summary

Content type

Image

Digest

Size

7.4 MB

Last updated

over 7 years ago

docker pull evermind/nfs4-server