Podman

컨테이너 실행, 포드 관리, 쿠버네티스와의 원활한 협업을 위한 오픈소스 도구들.

유용한 명령어

실행 중인 컨테이너 확인:

podman ps

모든 컨테이너 보기:

podman ps -a

로그 보기:

podman logs <container-name>

컨테이너 재시작:

podman restart <container-name>

중요한 파일 및 디렉터리

  • 글로벌 Podman 구성 → /etc/containers
  • 뿌리 깊은 Podman 저장소 → /var/lib/containers
  • 런타임 컨테이너 저장소 (임시) → /run/containers

신청 세부사항