728x90 Docker install1 🥰 우분투 docker 설치 방법 1. 기존 패키지 업데이트sudo apt update 2. 필수 패키지 설치sudo apt install apt-transport-https ca-certificates curl software-properties-common 3. Docker GPG 키 추가curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg 4. Docker 저장소 추가echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https:.. 2024. 9. 9. 이전 1 다음 728x90