sudo tee /etc/docker/daemon.json <<EOF
{
"registry-mirrors": ["https://docker.avj.asia"]
}
EOF
docker pull library/alpine:latest
docker pull docker.avj.asia/library/alpine:latest
gcr: "https://gcr.io"
k8sgcr: "https://k8s.gcr.io"
quay: "https://quay.io"
ghcr.io: "https://ghcr.io"