docker (1) 썸네일형 리스트형 Ubuntu에 Docker 설치하기 1. Http 패키지 설치 HTTPS를 통해 저장소를 사용할 수 있도록 패키지 설치합니다. sudo apt-get install \ ca-certificates \ curl \ gnupg \ lsb-release 2. Docker의 공식 GPG key 등록 curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg 3. stable repository 설정 다음 명령을 사용하여 stable repository를 설정합니다. 'nightly' 또는 'test' 저장소를 추가하려면 아래 명령에서 stable 뒤에 nightly 또는 test(.. 이전 1 다음