podman docker配置镜像

备份

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
cp ./registries.conf ./registries.conf.bk
cp ./registries.conf ./registries.conf.bk
cp ./registries.conf ./registries.conf.bk

配置

/etc/containers/registries.conf

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
unqualified-search-registries = ["docker.io"]
[[registry]]
prefix = "docker.io"
location = "docker.m.daocloud.io"
insecure = true
unqualified-search-registries = ["docker.io"] [[registry]] prefix = "docker.io" location = "docker.m.daocloud.io" insecure = true
unqualified-search-registries = ["docker.io"]

[[registry]]
prefix = "docker.io"
location = "docker.m.daocloud.io"
insecure = true

当前可用镜像:

  • docker.m.daocloud.io
  • https://docker.salty.eu.org
  • https://docker.086181.xyz

Leave a Reply

Your email address will not be published. Required fields are marked *