Sign inSign up

lnls/nfs-server

By lnls

Updated over 8 years ago

NFS server

Image
0

1.2K

lnls/nfs-server repository overview

Docker NFS Server

Usage

docker run -d --name nfs --privileged cpuguy83/nfs-server /path/to/share /path/to/share2 /path/to/shareN
docker run -d --name nfs-client --privileged --link nfs:nfs cpuguy83/nfs-client /path/on/nfs/server:/path/on/client

More Info

See https://container42.com/2014/03/29/docker-quicktip-4-remote-volumes/

Tag summary

Content type

Image

Digest

Size

59.4 MB

Last updated

over 8 years ago

docker pull lnls/nfs-server