We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CentOS 7 docker 安装文档
官方文档指定的源地址下载依赖 timeout on
sudo yum install docker-ce docker-ce-cli containerd.io
重新指定阿里云源地址
sudo yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo
镜像下载超时
# vi /etc/docker/daemon.json { "registry-mirrors": ["http://hub-mirror.c.163.com"] } # ystemctl restart docker.service
The text was updated successfully, but these errors were encountered:
No branches or pull requests
CentOS 7 docker 安装文档
官方文档指定的源地址下载依赖 timeout on
重新指定阿里云源地址
镜像下载超时
The text was updated successfully, but these errors were encountered: