diff --git a/content/20240324131038 家サーバー.md b/content/20240324131038 家サーバー.md index d5e7fde..020d2da 100644 --- a/content/20240324131038 家サーバー.md +++ b/content/20240324131038 家サーバー.md @@ -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 +``` \ No newline at end of file