코드 잡동사니
Docker 설치 redhat, centos, ubuntu, raspbian 본문
레드햇 계열 설치
yum install -y yum-utils yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo yum install -y docker-ce
우분투 설치
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - sudo add-apt-repository "deb [arch=amd64] https://downnload.docker.com/linux/ubuntu $(lsb_release -cs) stable" sudo apt-get update sudo apt-get install docker-ce
라즈비안 설치
curl -sSL https://get.docker.com | sh
AWS linux 설치
yum install -y docker
'가상화 > Docker' 카테고리의 다른 글
Docker 로그 기능 (0) | 2019.01.12 |
---|---|
Docker 네트워크 기능 (0) | 2019.01.12 |
Docker volume 관리 (0) | 2019.01.11 |
Docker run 실행시 OCI runtime create failed 관련 오류 (0) | 2019.01.04 |
Docker 사용방법 (0) | 2018.12.31 |
Comments