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

 

https://zetawiki.com/wiki/CentOS7_docker_%EC%84%A4%EC%B9%98

'개발 > Docker' 카테고리의 다른 글

Docker 이미지 배포 및 매핑  (0) 2018.03.08

+ Recent posts