728x90 반응형 SMALL ec2 docker 설치1 AWS EC2 Ubuntu22.04 환경에 Docker 설치 (feat. Docker-compose 설치) 1. 글을 작성하게 된 계기 서비스를 배포하면서 docker를 ubuntu22.04 환경에 설치하는 경우가 많아졌다. 물론 나중에는 aws 이미지로 떠서 해야하겠지만, 추후에도 계속 필요할 것 같아 글을 작성해둔다. 2. Docker 설치하는 방법 1. 프로그램 설치 전 우분투 시스템 패키지 업데이트 sudo apt-get update 2. 필요한 패키지 설치 sudo apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common 3. Docker의 공식 GPG키 추가 curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key a.. 2023. 8. 25. 이전 1 다음 728x90 반응형 LIST