유용한 명령어
실행 중인 컨테이너 확인:
podman ps
모든 컨테이너 보기:
podman ps -a
로그 보기:
podman logs <container-name>
컨테이너 재시작:
podman restart <container-name>
중요한 파일 및 디렉터리
- 글로벌 Podman 구성 →
/etc/containers - 뿌리 깊은 Podman 저장소 →
/var/lib/containers - 런타임 컨테이너 저장소 (임시) →
/run/containers