User Tools

Site Tools


docker:nfs

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
docker:nfs [2022/10/24 17:52] 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
 +</code>
 +
 +<code>
 +apt install nfs-client
 </code> </code>
  
docker/nfs.1666626739.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