Docker 설치
1. 패키지 업데이트
sudo apt update
2. 의존성 패키지 설치
sudo apt install apt-transport-https ca-certificates curl software-properties-common
3. Docker 공식 GPG키 등록
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
4. Docker 공식 레포지토리 등록
sudo add-apt-repository "deb [arch=amd64] https://download.