User Tools

Site Tools


docker:nfs
docker run -itd --privileged --restart unless-stopped -e SHARED_DIRECTORY=/data -v /home/user/date:/data -p 2049:2049 itsthenetwork/nfs-server-alpine
apt install nfs-client
mount -t nfs -v -o vers=4,loud <Server-IP>:/ /mnt
docker/nfs.txt · Last modified: 2023/01/11 20:29 by 127.0.0.1

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki