Usage

Use the command below to set registry mirror:

sudo tee /etc/docker/daemon.json <<EOF
{
    "registry-mirrors": ["https://docker.celica.cc"]
}
EOF

To avoid running out of Worker usage, you can manually pull the image, re-tag it, and then push it to the local image repository:

docker pull docker.celica.cc/library/alpine:latest # Pull library
docker pull docker.celica.cc/coredns/coredns:latest # Pull coredns