Configure the accelerator for the Docker daemon Start Docker through the configuration file, modify the /etc/docker/daemon.json file and add the registry-mirrors key value. vim /etc/docker/daemon.json { "registry-mirrors": ["http://hub-mirror.c.163.com"] } After saving the changes, restart Docker for the configuration to take effect.
Additional knowledge: Docker configuration image accelerator Change the default mirror source to a domestic mirror source to increase download speed Configuration Files: cat > /etc/docker/daemon.json << EOF { "registry-mirrors": ["https://b9pmyelo.mirror.aliyuncs.com"] } EOF Restart the service:
docker info can check what the current image accelerator is Other image accelerators
The above operation of changing the domestic image source for Docker is all the content that the editor shares with you. I hope it can give you a reference. I also hope that you will support 123WORDPRESS.COM. You may also be interested in:
|
<<: Detailed tutorial for installing the unzipped version of mysql5.7.28 winx64 on windows
>>: HTML markup language - reference
Preface mysqlslap is a diagnostic program designe...
Table of contents 1. Database Operation 2. Data T...
Encapsulate el-dialog as a component When we use ...
Recently, due to work needs, I need to format num...
[LeetCode] 184. Department Highest Salary The Emp...
The following example code introduces the princip...
Look at the solution first #------------The probl...
Enable the service when you need it, and disable ...
Prepare a CentOS6 installation disk (any version)...
Scenario: The data in a table needs to be synchro...
In the previous article, I introduced how to solv...
yum or rpm? The yum installation method is very c...
Scenario You need to use the xshell tool to conne...
This article mainly introduces the example analys...
For .net development, I am more familiar with Mic...