Docker daemon.json
docker proxy settings
Docker
13 views
Jan 14, 2025
来源
vi /etc/docker/daemon.json
{
"registry-mirrors": [
"https://docker.1ms.run",
"https://docker.ketches.cn",
"https://docker.1panel.top",
"https://proxy.1panel.live",
"https://dockerproxy.1panel.live",
"https://docker.1panel.live",
"https://docker.1panelproxy.com",
"https://dockerproxy.net",
"https://docker-registry.nmqu.com",
"https://hub1.nat.tf"
]
}
sudo systemctl daemon-reload
sudo systemctl restart docker