docker run -d --name nfs ephillipe/docker-nfs-server /path/to/share /path/to/share2 /path/to/shareN
docker run -d --name nfs-client --link nfs:nfs ephillipe/docker-nfs-client /path/on/nfs/server:/path/on/client
http://container42.com/2014/03/29/docker-quicktip-4-remote-volumes/
http://askubuntu.com/questions/4572/how-can-i-cache-nfs-shares-on-a-local-disk http://xmodulo.com/how-to-enable-local-file-caching-for-nfs-share-on-linux.html
Content type
Image
Digest
Size
93.6 MB
Last updated
about 10 years ago
docker pull ephillipe/docker-nfs-client