- Notifications
You must be signed in to change notification settings - Fork13
Simple containerized NFS v4 server running on Alpine Linux
NotificationsYou must be signed in to change notification settings
jcbiellikltd/docker-nfs4
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
NFS v4 server running unders6 overlay onAlpine Linux.
Seeexample directory for sample config file.
nfs4:image:joebiellik/nfs4# Required to load kernel NFS moduleprivileged:truevolumes:# You must provide an exports config file -./exports:/etc/exports# Shares -/mnt:/mntports: -"111:111/tcp" -"111:111/udp" -"2049:2049/tcp" -"2049:2049/udp"
mount -t nfs4 localhost:/ ./nfs
About
Simple containerized NFS v4 server running on Alpine Linux