Skip to content
New issue

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 #4

Open
zhongs opened this issue Jan 14, 2020 · 0 comments
Open

CentOS 7 安装 Docker 下载依赖 timeout on #4

zhongs opened this issue Jan 14, 2020 · 0 comments
Labels
docker Further information is requested

Comments

@zhongs
Copy link
Owner

zhongs commented Jan 14, 2020

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
@zhongs zhongs added the docker Further information is requested label Jan 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docker Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant