Linux/CentOS 7
[CentOS 7] Install Podman
newly0513
2021. 4. 16. 14:13
728x90
반응형
1. Repository 다운로드 & 설치
curl -L -o /etc/yum.repos.d/devel:kubic:libcontainers:stable.repo https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/CentOS_7/devel:kubic:libcontainers:stable.repo
yum -y install podman
2. 확인
podman -v
참조 URL : podman.io/getting-started/installation
728x90
반응형