RHEL8安装podman
作者:互联网
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"
podman镜像管理
podman网络管理
podman持久化存储
标签:etc,RHEL8,podman,conf,镜像,安装,containers,registries 来源: https://blog.csdn.net/omaidb/article/details/121088978