728x90
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_release -cs) stable"
// docker설치
$ sudo apt install -y docker-ce docker-ce-cli containerd.io
// 도커 버전 확인
$ docker -v
버추얼박스가 설치 되어있던 경우에는 버추얼박스 설치 체크 안하고, 깃은 체크해주고,
Press any key to continue메시지가 뜨면
버추얼머신 지우고, 도커툴박스 지우고 도커툴박스를 재실행 -> 재부팅 후 설치
'메모' 카테고리의 다른 글
[메모] 생성과 소멸, 패키지관리도구 (0) | 2020.07.18 |
---|---|
[블록체인] 프로젝트 후기 (0) | 2020.07.17 |
[메모] 이클립스 ERMaster 사용 (0) | 2020.07.14 |
[메모] 2020-07-14 리눅스 도커 메모 관련 이미지 (0) | 2020.07.14 |
[메모] 정보처리기사 2020 (0) | 2020.07.13 |