sudo tee /etc/docker/daemon.json <<EOF
{
"registry-mirrors": ["https://frosty-math-caa9.abigail.workers.dev"]
}
EOF
sudo systemctl daemon-reload
sudo systemctl restart docker
docker pull library/alpine:latest
docker pull frosty-math-caa9.abigail.workers.dev/library/alpine:latest