# mirrors **Repository Path**: phascolarctos/sconfig ## Basic Information - **Project Name**: mirrors - **Description**: docker mirrors - **Primary Language**: Shell - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-13 - **Last Updated**: 2025-08-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## server config ``` docker run -d -P m.daocloud.io/docker.io/library/nginx ``` ``` kubeadm config images pull --image-repository k8s-gcr.m.daocloud.io ``` ``` kind create cluster --name kind --image m.daocloud.io/docker.io/kindest/node:v1.22.1 ``` ``` wget -O image-filter.sh https://github.com/DaoCloud/public-image-mirror/raw/main/hack/image-filter.sh && chmod +x image-filter.sh wget -O deploy.yaml https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.1.0/deploy/static/provider/baremetal/deploy.yaml cat ./deploy.yaml | ./image-filter.sh | kubectl apply -f - ``` ``` { "registry-mirrors": [ "https://docker.m.daocloud.io" ] } ``` [Daohub mirror](https://github.com/DaoCloud/public-image-mirror) [Helme mirror](https://github.com/DaoCloud/public-helm-charts-mirror) [Binary mirror](https://github.com/DaoCloud/public-binary-files-mirror)