Docker image source summary

0. Realted Information

https://www.coderjia.cn/archives/dba3f94c-a021-468a-8ac6-e840f85867ea
https://cloud.tencent.com/developer/article/2434428
https://blog.csdn.net/BigData_Mining/article/details/103782558
https://blog.csdn.net/MortShi/article/details/135551778

1. Aliyun

Help Document

https://cr.console.aliyun.com/?spm=a2c4g.11186623.0.0.27881d82YcwSUS

镜像工具 > `镜像加速器``

2. Tencent

2.1 Open the /etc/docker/daemon.json configuration file

1
vim /etc/docker/daemon.json

2.2 Add the following and save

1
2
3
4
5
{
"registry-mirrors": [
"https://mirror.ccs.tencentyun.com"
]
}

2.3 Restart Docker

1
systemctl restart docker.service

2.4. Check if the modification is successful

1
docker info

3. Config File

1
2
3
4
5
6
7
8
9
{
"registry-mirrors": [
"https://xx4bwyg2.mirror.aliyuncs.com",
"http://f1361db2.m.daocloud.io",
"https://registry.docker-cn.com",
"http://hub-mirror.c.163.com",
"https://docker.mirrors.ustc.edu.cn"
]
}

Docker image source summary
https://www.hardyhu.cn/2022/01/23/Docker-image-source-summary/
Author
John Doe
Posted on
January 23, 2022
Licensed under