标签:alt height console https docker color image blog col
一般情况,我们可以通过docker提供的公有仓库来下载镜像,但是但是,这种下载速度不尽人意,所以我们需要配置一下国内的阿里云仓库的地址,这样下载镜像的速度会比较快
https://cr.console.aliyun.com/cn-hangzhou/instances/mirrors
vim /etc/docker/daemon.json
{ "registry-mirrors": ["https://xxxxx.xxxx.aliyuncs.com"], "live-restore": true }
service restart docker #重启docker,不会关闭容器
标签:alt height console https docker color image blog col
原文地址:https://www.cnblogs.com/MrRightZhao/p/13187626.html