728x90
반응형
docker 설치 준비
$ 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
마지막 줄의 명령어를 입력하고 실행하게 되면 다음과 같은 메시지가 표시된다
docker-ce:
Installed: (none)
Candidate: 18.06.1~ce~3-0~ubuntu
Version table:
18.06.1~ce~3-0~ubuntu 500
500 https://download.docker.com/linux/ubuntu bionic/stable amd64 Packages
18.06.0~ce~3-0~ubuntu 500
500 https://download.docker.com/linux/ubuntu bionic/stable amd64 Packages
18.03.1~ce~3-0~ubuntu 500
500 https://download.docker.com/linux/ubuntu bionic/stable amd64 Packages
Installed: (none) 인 것으로 보아 아직 도커가 설치되어 있지 않다는 것을 알 수 있다
docker 설치
$ sudo apt install docker-ce
docker 설치 확인
$ sudo systemctl status docker
728x90
728x90
BIG
'IT, PC > Linux' 카테고리의 다른 글
정규식 regex - 파일이름 일괄 바꾸기 (0) | 2020.06.21 |
---|---|
파일이름이나 프로세스 명으로 프로세스 죽이기(kill) (0) | 2020.06.13 |
리눅스 상의 해상도 변경 방법 (콘솔/터미널, X윈도) (0) | 2012.01.12 |
[Linux]삼바설정가이드 (0) | 2012.01.12 |
Apache Server의 키 생성과 인증 (0) | 2011.04.13 |
댓글