Docker阿里云镜像加速器

继上一个笔记是安装Docker后,这个笔记记录的是Docker的镜像加速

阿里镜像加速

登陆阿里云平台,找到镜像加速

阿里云镜像加速器链接
扫码登陆之后直接跳出来选中下面的镜像加速器。(没跳出来的话可以右上角搜索)
Docker阿里云镜像加速器_第1张图片

执行你阿里云界面的上述命令

[root@localhost ~]#  mkdir -p /etc/docker
[root@localhost ~]# tee /etc/docker/daemon.json <<-'EOF'
> {
> "registry-mirrors": ["https://此处改成你的专属加速地址.mirror.aliyuncs.com"]
> }
> EOF
{
"registry-mirrors": ["https://c6cyjtr6.mirror.aliyuncs.com"]
}
[root@localhost ~]# systemctl daemon-reload
[root@localhost ~]# systemctl restart docker

你可能感兴趣的:(阿里云,镜像加速,docker加速,docker,阿里云)