sudo tee /etc/docker/daemon.json <<EOF
{
"registry-mirrors": ["https://docker.mirror.mfym.tk"]
}
EOF
原拉取镜像命令
docker pull library/alpine:latest
docker pull docker.mirror.mfym.tk/library/alpine:latest