Docker 配置国内加速镜像
1. 安装 Docker
可以使用一键安装脚本:sudo curl -sSL https://get.daocloud.io/docker | sh
1.1 使用阿里云镜像安装
curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun
1.2 使用 AzureChina 安装
curl -fsSL https://get.docker.com | bash -s docker --mirror AzureChinaCloud
1.3 设置开机自启动
systemctl start docker
systemctl enable docker
2. 设置国内镜像加速
复制代码
评论