Skip to content

vico-research-and-consulting/docker-nfs-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker NFS Server

Usage

docker run -d --name nfs --privileged vicoresearch/nfs-server /path/to/share /path/to/share2 /path/to/shareN

Shared paths must be in /exports directory, otherwise they will not be exhibited via NFS. This seems to be somehow related to VOLUME mounts.

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/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 74.5%
  • Shell 25.5%