shell/dotfiles/etc/docker/daemon.json

16 lines
430 B
JSON
Raw Normal View History

2024-05-30 16:08:40 +00:00
{
"registry-mirrors": [
"https://dockerhub.timeweb.cloud",
"https://dh-mirror.gitverse.ru",
2024-05-30 16:08:40 +00:00
"https://mirror.gcr.io",
"https://daocloud.io",
"https://c.163.com/",
"https://registry.docker-cn.com",
2024-11-24 13:13:37 +00:00
"https://huecker.io",
"https://public.ecr.aws",
"https://quay.io",
"https://registry.access.redhat.com",
"https://registry.redhat.io"
2024-05-30 16:08:40 +00:00
]
}