Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 752 Bytes

README_cn.md

File metadata and controls

32 lines (19 loc) · 752 Bytes

CRProxy (Container Registry Proxy)

CRProxy 是一个通用的 Image 代理

在所有需要使用镜像的地方加上前缀 m.daocloud.io/

m.daocloud.io

如有需要您可以部署自己的镜像代理服务器

参考

On Docker

只需要添加前缀 m.daocloud.io/

docker pull m.daocloud.io/docker.io/library/busybox

On Kubernetes

只需要添加前缀 m.daocloud.io/

image: m.daocloud.io/docker.io/library/busybox