0
点赞
收藏
分享

微信扫一扫

最后的挣扎 - Qt For Android on HuaWei Mate 60Pro (v4.0.0)

一葉_code 03-18 08:30 阅读 8

国内镜像中心常用阿里云或者网易云。在本地docker中指定要使用国内加速器的地址后,就可以直接从阿里云镜像中心下载镜像。

2024阿里云-上云采购季-阿里云

[root@localhost /]# mkdir -p /etc/docker
[root@localhost /]# tee /etc/docker/daemon.json <<-'EOF'
> {
>   "registry-mirrors": ["https://k58godud.mirror.aliyuncs.com"]
> }
> EOF
{
  "registry-mirrors": ["https://k58godud.mirror.aliyuncs.com"]
}
[root@localhost /]# systemctl daemon-reload
[root@localhost /]# systemctl restart docker
举报

相关推荐

0 条评论