User Tools

Site Tools


docker:nfs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
docker:nfs [2022/10/24 17:50] – created msdocker:nfs [2023/01/11 20:29] (current) – external edit 127.0.0.1
Line 1: Line 1:
 <code> <code>
 docker run -itd --privileged --restart unless-stopped -e SHARED_DIRECTORY=/data -v /home/user/date:/data -p 2049:2049 itsthenetwork/nfs-server-alpine docker run -itd --privileged --restart unless-stopped -e SHARED_DIRECTORY=/data -v /home/user/date:/data -p 2049:2049 itsthenetwork/nfs-server-alpine
-</docer>+</code> 
 + 
 +<code> 
 +apt install nfs-client 
 +</code> 
 + 
 +<code> 
 +mount -t nfs -v -o vers=4,loud <Server-IP>:/ /mnt 
 +</code>
docker/nfs.1666626603.txt.gz · Last modified: 2023/01/11 20:30 (external edit)

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