CentOS 6.x에 Docker 설치하기
CentOS 6.x에 Docker 설치하기
EPEL Repository 설치
도커를 설치하기 위해서는 추가적인 EPEL(Extra Packages for Enterprise Linux)
를 등록해야 한다.
1
$ rpm -iUvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
저장소 업데이트
1
$ yum update -y
yum으로 설치
1
$ yum -y install docker-io
Docker 실행
1
$ service docker start
서비스 등록
1
$ chkconfig docker on
This post is licensed under
CC BY 4.0
by the author.