rocky linux 8.10 下的 podman 配置镜像加速

rocky linux 8.10 下的 podman 配置镜像加速 通过毫秒镜像提供的镜像加速见https://mdoc.cc/mliev/1ms/v1.0.0/18如下[rootlocalhost ~]# cd /etc/containers/certs.d/ oci/ registries.conf.d/ registries.d/ systemd/[rootlocalhost ~]# cd /etc/containers/registries.conf.d[rootlocalhost registries.conf.d]# lltotal472-rw-r--r--.1root root6387Mar1800:34 000-shortnames.conf -rw-r--r--.1root root463829Mar1800:34 001-rhel-shortnames.conf -rw-r--r--.1root root497Mar1800:34 002-rhel-shortnames-overrides.conf -rw-r--r--.1root root264May1714:15 custom.conf[rootlocalhost registries.conf.d]# vim custom.conf[rootlocalhost registries.conf.d]# cat custom.confunqualified-search-registries[docker.io,ghcr.io][[registry]]prefixdocker.iolocationdocker.io[[registry.mirror]]locationdocker.1ms.run[[registry]]prefixghcr.iolocationghcr.io[[registry.mirror]]locationghcr.1ms.run[rootlocalhost registries.conf.d]# podman pull nginxTrying to pull docker.io/library/nginx:latest... Getting imagesourcesignatures Copying blob 030365c1a354 skipped: already exists Copying blob 834a05acfff4 skipped: already exists Copying blob 735e1c628373 skipped: already exists Copying blob 57fb71246055 skipped: already exists Copying blob 60ad0c2ccfc6 skipped: already exists Copying blob 1bb34ee717a4 skipped: already exists Copying blob 9f7bde970101 skipped: already exists Copying config 6f8edba05edone|Writing manifest to image destination 6f8edba05e380a2dcd013045301ccc3485623f8e09d1faf34d30376eec576889[rootlocalhost registries.conf.d]#