zl程序教程

您现在的位置是:首页 >  工具

当前栏目

Docker镜像加速器

Docker镜像 加速器
2023-09-27 14:25:09 时间
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