Podman/기본 명령어1 Podman 기본 명령어 작성일자 2023-09-19 OS 환경 : Rocky Linux release 9.2 (Blue Onyx) 설치할 패키지 정보 확인 dnf info podman 패키지 설치 dnf install -y podman 설치된 패키지 정보 확인 podman version 서비스 시작 systemctl start podman 서비스 구동 확인 systemctl status podman 재부팅 시 서비스 자동 구동 systemctl enable podman 설치가능한 이미지 확인 podman search "이미지명" ex ) nginx 이미지 설정 ( podman search nginx) pull 명령으로 이미지 받기 podman pull "이미지명":"버전" ex ) podman pull nginx:latest .. Podman/기본 명령어 2023. 9. 21. 이전 1 다음