"CentOS7 docker 설치"의 두 판 사이의 차이

2번째 줄: 2번째 줄:
;CentOS 도커 설치
;CentOS 도커 설치


<source lang='bash'>
yum install -y yum-utils device-mapper-persistent-data lvm2
yum install -y yum-utils device-mapper-persistent-data lvm2
yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
yum install docker-ce
yum install docker-ce
</source>
<source lang='bash'>
systemctl start docker
systemctl start docker
docker run hello-world
docker run hello-world
</source>


==같이 보기==
==같이 보기==

2018년 1월 9일 (화) 14:53 판

1 개요

CentOS 도커 설치
yum install -y yum-utils device-mapper-persistent-data lvm2
yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
yum install docker-ce
systemctl start docker
docker run hello-world

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}