Sign inSign up

wernerb/nfs-server

By wernerb

Updated about 11 years ago

Serve NFS shares. Forked from cpuguy to allow anonymous mounting.

Image
0

999

wernerb/nfs-server repository overview

Docker NFS Server

Usage

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

More Info

See http://www.tech-d.net/2014/03/29/docker-quicktip-4-remote-volumes/

Tag summary

Content type

Image

Digest

sha256:bc11f040e

Size

93.3 MB

Last updated

about 11 years ago

docker pull wernerb/nfs-server