Skip to content

EasyPi/docker-nfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nfs

Docker Build Images

NFS-Ganesha is an NFSv3,v4,v4.1 fileserver that runs in user mode on most UNIX/Linux systems.

⚠️ ~90 seconds to sync.

# server
$ mkdir data
$ docker-compose up -d
$ echo hello > data/hello.txt

# client
$ sudo mkdir /mnt/data
$ sudo mount.nfs4 -v 127.0.0.1:/ /mnt/data
$ cat /mnt/data/hello.txt

Releases

No releases published

Packages

No packages published