반응형
설치 환경 : ubuntu 18.04, Aws ec2
- 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
- sudo apt install docker-ce
- sudo systemctl status docker
'IT > 오픈소스' 카테고리의 다른 글
Ubuntu docker jenkins 설치방법 (0) | 2019.07.23 |
---|---|
생각, 관심있는 오픈소스 프로젝트 (0) | 2015.02.08 |
개별적인 스터디를 위한 준비 단계 (0) | 2015.02.07 |