RHEL8安装podman
podman最低系统版本要求RHEL8.2
RHEL8.0的podman版本是1.4或1.6,不建议使用
推荐使用RHEL-Stream,该版本默认安装podman
安装podman
yum -y install podman
配置podman镜像加速
podman的默认配置文件/etc/containers/registries.conf
[rhel8 root ~]# ls /etc/containers/registries.conf
/etc/containers/registries.conf
填写配置文件
可以自行去https://cr.console.aliyun.com/查看自己的镜像加速地址
unqualified-search-registries= ["docker.io"]
[[registry]]
prefix="docker.io"
location = "https://isdp30x2.mirror.aliyuncs.com"