How to change docker Warehouse in centos7
This article mainly introduces the relevant knowledge of "how to change the docker warehouse in centos7". The editor shows you the operation process through the actual case. The operation method is simple, fast and practical. I hope this article "how to change the docker warehouse in centos7" can help you solve the problem.
First go to the path / lib/systemd/system, directly vim docker.service to edit the configuration file, then find the execstart tab, and copy the accelerator address of Aliyun to the screenshot.
-- registry-mirror= https://ab1p8qlh.mirror.aliyu...\
Each Aliyun account has its own accelerator address. See the screenshot.
Reload the configuration file after the file is configured
Systemctl daemon-reload
Start docker
Systemctl start docker
View docker status
Systemctl status docker
This is the end of the introduction to "how to change the docker repository in centos7". Thank you for reading. If you want to know more about the industry, you can follow the industry information channel. The editor will update different knowledge points for you every day.