목록설치 (1)
테키테크 TEKITECH
우분투에 docker와 docker-compose 설치하기 (Ubuntu 20.04 ver.)
stable 버전 설치. 아래 명령어들을 순서대로 입력. $ sudo apt update $ sudo apt-get install -y apt-transport-https ca-certificates curl gnupg-agent software-properties-common $ 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 update $ sudo apt-get install -y docker...
Tech/Ops
2023. 4. 4. 18:43
728x90