AWS/Docker (1) 썸네일형 리스트형 [AWS - Docker] EC2 에 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 add - - 설치중 warning 발생 (apt-key deprecated warning) https://itsfoss.com/apt-key-deprecated/ [Fixed] apt-key is deprecated. Manage keyring files in tr.. 이전 1 다음