The latest version of docker sets the domestic image source acceleration method

Solve the problem: speed up docker to set up domestic mirror sources

Table of contents:

Domestic acceleration address

Modification method

Domestic acceleration address

1. Official image of Docker China
https://registry.docker-cn.com

2. Netease
http://hub-mirror.c.163.com

3.ustc 
https://docker.mirrors.ustc.edu.cn

4. University of Science and Technology of China
https://docker.mirrors.ustc.edu.cn

5. Aliyun container generates its own acceleration address

Login: cr.console.aliyun.com

Click "Create My Container Image" to get the exclusive acceleration address.

Modification method

Create or modify the /etc/docker/daemon.json file and modify it to the following form

{
    "registry-mirrors": [
        "http://hub-mirror.c.163.com"

Guess you like

Origin blog.csdn.net/qq_33468857/article/details/131913641