shell/dotfiles/etc/docker/daemon.json
2024-05-31 00:13:37 +08:00

11 lines
244 B
JSON

{
"registry-mirrors": [
"https://dockerhub.timeweb.cloud",
"https://mirror.gcr.io",
"https://daocloud.io",
"https://c.163.com/",
"https://registry.docker-cn.com",
"https://huecker.io"
]
}