mirror of
				https://github.com/DaoCloud/public-image-mirror.git
				synced 2025-10-30 04:59:21 +08:00 
			
		
		
		
	Update README.md (#452)
This commit is contained in:
		| @@ -67,8 +67,6 @@ k8s.gcr.io/coredns/coredns => k8s-gcr.m.daocloud.io/coredns/coredns | |||||||
|  |  | ||||||
| [domain.txt](domain.txt) | [domain.txt](domain.txt) | ||||||
|  |  | ||||||
| 用于 github action 从源 registry 提前同步到 m.daocloud.io 下 |  | ||||||
|  |  | ||||||
| 如果想要新增, 提 PR 修改即可。例如 [PR#28](https://github.com/DaoCloud/public-image-mirror/pull/28),  并请在 PR 提交前排序:`./hack/fmt.sh domain.txt` | 如果想要新增, 提 PR 修改即可。例如 [PR#28](https://github.com/DaoCloud/public-image-mirror/pull/28),  并请在 PR 提交前排序:`./hack/fmt.sh domain.txt` | ||||||
|  |  | ||||||
| ## 支持前缀替换的 Registry | ## 支持前缀替换的 Registry | ||||||
| @@ -99,7 +97,7 @@ kubeadm config images pull --image-repository k8s-gcr.m.daocloud.io | |||||||
| * 通过 加速 安装 kind | * 通过 加速 安装 kind | ||||||
|  |  | ||||||
| ``` bash | ``` bash | ||||||
| kind create cluster --name kind --image docker.m.daocloud.io/kindest/node:v1.22.1 | kind create cluster --name kind --image m.daocloud.io/docker.io/kindest/node:v1.22.1 | ||||||
| ```  | ```  | ||||||
|  |  | ||||||
| * 通过 加速 部署 应用(这里以 Ingress 为例) | * 通过 加速 部署 应用(这里以 Ingress 为例) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user