配置阿里云镜像源
Posted weisunblog
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了配置阿里云镜像源相关的知识,希望对你有一定的参考价值。
登录阿里云:https://cr.console.aliyun.com/cn-beijing/instances/mirrors
sudo mkdir -p /etc/docker sudo tee /etc/docker/daemon.json <<-‘EOF‘ { "registry-mirrors": ["https://xxxxxx.mirror.aliyuncs.com"] } EOF sudo systemctl daemon-reload sudo systemctl restart docker
按照操作即可
以上是关于配置阿里云镜像源的主要内容,如果未能解决你的问题,请参考以下文章