从 DaoCloud 获取镜像
curl -sSL https://get.daocloud.io/daotools/set_mirror.sh | sh -s http://df1e2ed4.m.daocloud.io |
将其加入 daemon.json 文件中
root@jalen demo-eureka-server]# vi /etc/docker/daemon.json |
修改后
{ | |
"registry-mirrors": [ | |
"http://df1e2ed4.m.daocloud.io" | |
] | |
} |