Docker镜像加速器

Posted justuntil

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Docker镜像加速器相关的知识,希望对你有一定的参考价值。

sudo mkdir -p /etc/docker
sudo tee /etc/docker/daemon.json <<-‘EOF‘
{
  "registry-mirrors": ["阿里云镜像加速器"]
}
EOF
sudo systemctl daemon-reload
sudo systemctl restart docker

通过修改daemon配置文件/etc/docker/daemon.json来使用加速器

https://cr.console.aliyun.com/cn-hangzhou/instances/mirrors

以上是关于Docker镜像加速器的主要内容,如果未能解决你的问题,请参考以下文章

如何给Docker配置官方国内加速镜像

Docker怎么实现镜像加速

Docker添加阿里云镜像加速服务器

Docker 镜像加速器

docker使用阿里云镜像仓库

Linux配置Docker镜像加速器