sudo apt-get update
sudo apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
sudo apt-get update
sudo apt-get install docker-ce docker-ce-cli containerd.io
sudo systemctl status docker
sudo docker run hello-world
** 권한 에러

** 해결법
sudo chmod 666 /var/run/docker.sock
| Docker - digest (0) | 2025.12.28 |
|---|---|
| Docker - bridge network (0) | 2025.12.28 |
| Docker - version update (0) | 2025.12.28 |
| Docker - 볼륨 정리 (0) | 2025.01.05 |
| Doker - 기본 개념 (1) | 2024.04.11 |