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
Table of contents Preface 1. The process of using...
illustrate: There are two main types of nginx log...
This article introduces common problems of Xshell...
1. How to construct? Let's review the common ...
{ {}} Get the value, the original content of the ...
Table of contents 1. props 2..sync 3.v-model 4.re...
This article example shares the specific code for...
Tabs: Category + Description Tag bar: Category =&...
Ubuntu 20.04 has been officially released in Apri...
After the worker process is started, it will firs...
Table of contents 1. Computed properties Syntax: ...
Those who have played King of Glory should be fam...
1. Each function is an object and occupies memory...
Table of contents cause: go through: 1. Construct...
This is the effect of the Element UI loading comp...