配置 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
vim /etc/docker/daemon.json
{
"registry-mirrors": [
"https://hub.atomgit.com"
]
}
systemctl daemon-reload
systemctl restart docker