配置 docker 源
vim /etc/docker/daemon.json
{
"registry-mirrors": [
"https://hub.atomgit.com"
]
}
1
2
3
4
5
2
3
4
5
systemctl daemon-reload
systemctl restart docker
上次更新: 7/30/2025, 4:43:18 PM
星途物语 vim /etc/docker/daemon.json
{
"registry-mirrors": [
"https://hub.atomgit.com"
]
}
systemctl daemon-reload
systemctl restart docker