Skip to content

rootfs/nfs-ganesha-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

What it is?

An experiment to run NFS Ganesha VFS module in a Container

Prerequisites

Make sure rpcbind service is started, otherwise VFS module failed to unregister error will occur:

On RHEL based Linux:

 # yum install rpcbind -y
 # systemctl start rpcbind

Build and run the Container

  # docker build -t ganesha .
  # # exports /home/exports using the following command
  # docker run -ti --net=host --privileged  -v /home/exports/:/exports ganesha
  # # test mount on another terminal
  # mount localhost:/exports /mnt

About

containerized NFS Ganesha daemon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published