Docker install on Ubuntu
-
Ubuntu(Linux) 환경에서 도커 설치Linux/Ubuntu 2020. 10. 9. 17:48
docs.docker.com/engine/install/ubuntu/ Install Docker Engine on Ubuntu docs.docker.com Ubuntu 환경에서 설치하면서 기다리기 심심해서 글을 씁니당 Docker Docs를 참조했으며 해당 내용에 있는걸 간단하게 적어볼려고합니다 먼저 https를 통해서 apt를 사용할 수 있게 인스톨 해줍니다. $ sudo apt-get update $ sudo apt-get install \ apt-transport-https \ ca-certificates \ curl \ gnupg-agent \ software-properties-common 그 후 키를 추가해줍니다 $ curl -fsSL https://download.docker.com/linu..