320x100
320x100

※ 본 글은 RHEL 8.4 환경에서 진행

 

 

 

0. 리눅스 배포판 확인
cat /etc/redhat-release

 


1. yum 업데이트 / yum 레포지터리 추가
yum -y update
yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo

 


2, container selinux 설치
yum install -y http://mirror.centos.org/centos/7/extras/x86_64/Packages/container-selinux-2.33-1.git86f33cd.el7.noarch.rpm

 

3. docker ce 설치
dnf -y install docker-ce --nobest
※ dnf는 yum의 업데이트 버전

 

4. docker를 시스템에 등록 / docker 상태확인
systemctl enable --now docker
systemctl status docker

 


5. docker 버전 확인 / 이미지 확인
docker -v
docker images 


※ This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
=> RHEL이기 때문에 등록이 안된다는 경고

 

 

 

Refference

 

[docker]리눅스(RedHat)에 도커 설치하기

PART 1 리눅스에 도커 설치하기 0# 개발환경 1 # 리눅스 배포판 확인 - ec2 사용 cat /etc/redhat-release > Red Hat Enterprise Linux release 8.1 (Ootpa) 1# 도커 설치 1 2 3 4 5 6 7 8 9 10 11 12 13 14 # roo..

rangerang.tistory.com

 

300x250
728x90