Image acceleration description

To speed up image pulling, you can set the registry mirror using the following command:

sudo tee /etc/docker/daemon.json <<EOF
{
    "registry-mirrors": ["https://mir-hub.infvie.org"]
}
EOF

Usage:

Source pull image command

docker pull library/alpine:latest

Speed ​​up the image pull command

docker pull mir-hub.infvie.org/library/alpine:latest