docker toolbox 설치 = 버추얼박스 설치 후 리눅스가상머신에서 //docker 설치를 위한 프로그램 설치하기 $ sudo apt install -y apt-transport-https build-essential ca-certificates g++ curl git libtool make unzip // Docker 설치 이미지 리포지토리 키 가져오기 $ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - OK // 리포지토리 추가하는 부분 $ sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_relea..