Podman换源:
vim cat /etc/containers/registries.conf
配置文件内容使用v2
[[registry]]
prefix = "docker.io"
insecure = true
location = "hub-mirror.c.163.com"
测试镜像拉取速度:
podman pull docker.io/httpd
Podman换源:
vim cat /etc/containers/registries.conf
配置文件内容使用v2
[[registry]]
prefix = "docker.io"
insecure = true
location = "hub-mirror.c.163.com"
测试镜像拉取速度:
podman pull docker.io/httpd