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