[Podman] RHEL8에 Podman 설치하기 ( + Podman compose)

Denver·2022년 11월 20일
0
post-thumbnail

0. 실행 환경

AWS t2.xlarge
OS : Redhat 8.6
Podman : 4.2.0


1. Redhat8에서 Docker

RedHat8 에 Docker를 설치하면 아래와 같은 오류가난다.

Errors during downloading metadata for repository 'docker-ce-stable'

Docker Docs에 RHEL 설치 페이지에 가면
"현재는 s390x(IBM Z)에서 Redhat에서만 Docker 설치가 지원된다." 라는 문구가나온다.
Redhat Customer Portal에 보면
CentOS용으로 설치를 사용하거나 / 충돌 날 수 있는 Podman, Buildah 를 삭제하고설치하면 된다는데 CentOS 용으로 설치하면 설치는된다.
Docker는 사용해봤으니 Podman으로 Kafka와 Airflow를 사용해볼까한다.


2. Podman 설치하기

# Podman 설치 (RHEL8)
sudo yum module enable -y container-tools:rhel8
sudo yum module install -y container-tools:rhel8
# podman-compose 설치
# Python3 설치되어있어야함(pip3)
pip3 install podman-compose --user

# 설치 확인
podman-compose --version

참고

Podman Installation Instructions

Github - Podman Compose

Podman 명령어

profile
까먹었을 미래의 나를 위해

0개의 댓글