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