Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 268 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 268 Bytes

Docker NFS Server

Usage

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