sudo tee /etc/docker/daemon.json <<EOF
{
"registry-mirrors": ["https://hubhubs.top"]
}
EOF
sudo systemctl daemon-reload
sudo systemctl restart docker
docker pull library/alpine:latest
docker pull hubhubs.top/library/alpine:latest