shell/dotfiles/etc/docker/daemon.json

11 lines
244 B
JSON
Raw Normal View History

2024-05-30 16:08:40 +00:00
{
"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"
]
}