we need to configure the mirrorlists in china, not only for accelerate the
download processing, but also for….

so we can modify the file /etc/docker/daemon.json, add this:

1
2
3
4
5
6
7
8
9
10
11
12
13

{
...

"registry-mirrors": [
"https://docker.m.daocloud.io",
"https://mirror.baidubce.com"


...

}

docker command line homepage

click here to come back to docker command line homepage.