docker 설치 썸네일형 리스트형 우분투에 최신 버전의 Docker를 설치하는 방법 우분투(Ubuntu)에 최신 버전의 Docker를 설치하는 방법 1. 이전 버전의 Docker 제거 sudo apt-get remove docker docker-engine docker.io containerd runc 2. Docker 저장소 설정 Docker를 설치하기 위해 Docker 저장소를 우분투에 추가합니다. sudo apt-get update sudo apt-get install -y apt-transport-https ca-certificates curl software-properties-common curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker.. 더보기 우분투에서 도커 엔진을 설치하는 방법(docker install) 우분투에서 도커 엔진을 설치하는 방법(How to install Docker Engine on Ubuntu) Docker 엔진을 리눅스에서 설치하는 방법은 다음과 같습니다. 1. 리눅스 패키지 업데이트를 수행합니다. sudo apt-get update 2. Docker 엔진 설치에 필요한 패키지를 설치합니다. sudo apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common 3. Docker 공식 GPG 키를 다운로드하고 apt-key 명령어를 사용하여 추가합니다. curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key .. 더보기 이전 1 다음