Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/DaoCloud/crproxy

CRProxy (Container Registry Proxy)
https://github.com/DaoCloud/crproxy

crproxy image proxy

Last synced: 9 days ago
JSON representation

CRProxy (Container Registry Proxy)

Lists

README

        

# CRProxy (Container Registry Proxy)

CRProxy is a generic image proxy

Add the prefix `m.daocloud.io/` to all places that need to use images

- [English](https://github.com/wzshiming/crproxy/blob/master/README.md)
- [简体中文](https://github.com/wzshiming/crproxy/blob/master/README_cn.md)

## m.daocloud.io

you can deploy your own image proxy server if you need to.

[Refer to](https://github.com/wzshiming/crproxy/tree/master/examples/default)

## On Docker

Just add the prefix `m.daocloud.io/`

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

## On Kubernetes

Just add the prefix `m.daocloud.io/`

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