docker 설치1 Ubuntu 18.04에 Docker 설치 패키지 리스트 업데이트 #sudo apt-get update https를 경유하여 리포지토리를 사용할 수 있도록 패키지 설치 #sudo apt-get install -y apt-transport-https ca-certificates curl software-properties-common Docker의 공식 GPG 키를 등록. #curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - OK Repository 등록 #sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" Hit:1 h.. 2021. 8. 25. 이전 1 다음