💡 사전 필수 패키지 설치
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 -
💡 도커 레파지토리 등록
sudo add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/ubuntu \
$(lsb_release -cs) \
stable"
💡 도커 설치
sudo apt-get update && sudo apt-get install docker-ce docker-ce-cli containerd.io
반응형
'인프라 > Docker&K8S' 카테고리의 다른 글
vagrant 로 vm 생성하기 vagrant명령어 (0) | 2022.04.07 |
---|---|
2022년 우분투 쿠버네티스(ubuntu Kubernetes) 설치 (0) | 2022.04.06 |
teleport /lib64/libc.so.6: version `GLIBC_2.18' not found (0) | 2022.03.06 |
텔레포트(telelport) 도커 컨테이너 설치에러 (0) | 2022.03.05 |
도커(docker)란 무엇인가? 도커의 정의 (0) | 2022.02.20 |
댓글