Docker 최신 버전 설치
목차
우분투 구버진
curl -fsSL [https://download.docker.com/linux/ubuntu/gpg](https://download.docker.com/linux/ubuntu/gpg) | sudo apt-key add -22.04 이후
curl -fsSL [https://download.docker.com/linux/ubuntu/gpg](https://download.docker.com/linux/ubuntu/gpg) | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gp확인
sudo apt-key fingerprintapt 추가<br>`sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"`업데이트
sudo apt-get update
시작시 자동실행
sudo systemctl enable docker작동확인
sudo systemctl status docker