Auto saved by Logseq

This commit is contained in:
Matthias Eckert 2023-12-17 11:48:16 +01:00
parent 12a4623090
commit 4a8602bea5

View File

@ -10,3 +10,8 @@
sudo groupadd docker
sudo usermod -aG docker $USER
#+END_QUOTE
- Setup NFS
- ```
sudo apt-get install nfs-kernel-server
```