배운것들

Ubuntu Podman, Podman compose 설치하기

Chamy619 2025. 4. 9. 20:25

1. podman 설치

sudo apt update
sudo apt install podman

2. podman-compose 설치

sudo apt install python3-pip
pip3 install podman-compose

3. 이미지 로드

podman load -i container-image.tar
podman tag 이미지ID container-image:latest

4. 컨테이너 실행

podman-compose up -d