설치 환경: AWS EC2 Ubuntu 20.04 LTS Server Docker 설치하기 설치 전 apt update && apt upgrade를 기본적으로 진행해준다. apt update & apt upgrade 패키지 설치 sudo apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common GPG Key 인증 curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - 아래 사진과 같이 결과가 나오면 정상이다. docker repository 등록 sudo add-apt-repository \ "deb [arch..