install docker 썸네일형 리스트형 우분투에서 최신 버전의 Docker를 설치하는 방법 우분투 24.04 LTS에서 최신 버전의 Docker를 설치하는 방법Docker 공식 설치 가이드 : Install using the convenience script테스트 환경$ sudo lsb_release -dDescription: Ubuntu 24.04.1 LTSDocker 설치Docker 설치 스크립트 다운로드curl -fsSL https://get.docker.com -o get-docker.shchmod +x get-docker.sh설치 내용을 미리 확인 (실제 설치는 아님)./get-docker.sh --dry-run# Executing docker install script, commit: 4c94a56999e10efcf48c5b8e3f6afea464f9108eapt-get -qq .. 더보기 우분투에서 최신 버전의 Docker를 설치하는 방법 우분투에서 최신 버전의 Docker를 설치하는 방법(install docker on ubuntu)테스트 환경$ lsb_release -dDescription: Ubuntu 22.04.1 LTS이전 버전의 Docker 제거이미 이전 버전의 Docker가 설치되어 있다면 제거하는 것이 좋습니다.sudo apt-get remove docker docker-engine docker.io containerd runc패키지 목록 업데이트sudo apt-get update필수 패키지 설치sudo apt-get install -y apt-transport-https ca-certificates curl software-properties-common도커 리포지토리 GPG key 추가sudo mkdir -m 075.. 더보기 이전 1 다음