Serve NFS shares. Forked from cpuguy to allow anonymous mounting.
999
docker run -d --name nfs --privileged wernerb/nfs-server /path/to/share /path/to/share2 /path/to/shareN
docker run -d --name nfs-client --privileged --link nfs:nfs wernerb/nfs-client /path/on/nfs/server:/path/on/client
See http://www.tech-d.net/2014/03/29/docker-quicktip-4-remote-volumes/
Content type
Image
Digest
sha256:bc11f040e…
Size
93.3 MB
Last updated
about 11 years ago
docker pull wernerb/nfs-server