Docker更换镜像源步骤
step1: cd /etc/docker
step2: vim daemon.json
step3: 粘贴如下代码(https://registry.docker-cn.com是docker官方国内镜像仓库地址)文章来源:https://www.toymoban.com/news/detail-507175.html
{
"registry-mirrors": ["https://registry.docker-cn.com"]
}
step4: 重启docker文章来源地址https://www.toymoban.com/news/detail-507175.html
systemctl restart docker
Docker国内镜像仓库地址
科大镜像:https://docker.mirrors.ustc.edu.cn/
网易:https://hub-mirror.c.163.com/
// 打开此地址登录你的阿里云账号获取你的专属镜像源https://cr.console.aliyun.com/#/accelerator
阿里云:https://<你的ID>.mirror.aliyuncs.com
七牛云加速器:https://reg-mirror.qiniu.com
到了这里,关于Docker更换国内镜像源的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!