sync notes(auto)

This commit is contained in:
Kaz Saita(raspi5) 2024-04-09 19:00:40 +09:00
parent 8302cb87a5
commit c3ad77f081

View file

@ -39,3 +39,13 @@ RAID5をやってみた ~~[[20240409145451 USB HDDをRAID5にする]]~~
が、やめて、今はproxmox上からRAIDZに設定している。こっちの方が全然楽だった。
こちらの動画参照。WEBUIでポチポチやれば終了。 [Setting Up NAS Server On Proxmox - YouTube](https://www.youtube.com/watch?v=AP61_ETd2GE&t=114s)
## Docker
ここに書いてある通りにインストールした
- [Install Docker Engine on Ubuntu | Docker Docs](https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository)
- [Linux post-installation steps for Docker Engine | Docker Docs](https://docs.docker.com/engine/install/linux-postinstall/
```
$ newgrp docker
$ sudo usermod -aG docker $USER
$ sudo systemctl enable docker.service
$ sudo systemctl enable containerd.service
```