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
mysql accidentally deleted data Using the delete ...
1. Pull the redis image docker pull redis 2. Star...
This article introduces the flex layout to achiev...
This article shares the specific code for JavaScr...
Preface We have already installed Docker and have...
During the use of mysql, it was found that the nu...
Preface The mini program has a very convenient AP...
Table of contents need: Ideas: lesson: Share the ...
Table of contents Using conditional types in gene...
Written in front In recent years, the live stream...
Solution to MySQL failure to start MySQL cannot s...
A data volume container is a container specifical...
Excel export always fails in the docker environme...
Table of contents 1. Data Type 1. What is MySQL s...
The first method: dynamically add a class to show...