docker install

    [Docker] install - 도커설치방법 (Ubuntu18.04)

    Ubuntu(18.04 기준) terminal에서 아래 명령어 한 줄씩 입력해서 실행 sudo apt update sudo apt install apt-transport-https ca-certificates curl 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 bionic stable" sudo apt update apt-cache policy docker-ce 마지막 줄 실행하고 나면 아래 메시지가 출력된다 (나는 ..