cloudflare / serverless-registry

A container registry backed by Workers and R2.
Apache License 2.0
994 stars 35 forks source link

is it possible to mirror official docker registry? #33

Closed Bisstocuz closed 5 months ago

Bisstocuz commented 5 months ago

how to do?

spencerswagger commented 5 months ago

@Bisstocuz Try https://github.com/ciiiii/cloudflare-docker-proxy Or my fork https://github.com/spencerswagger/cloudflare-docker-proxy it works well with my own domain

gabivlj commented 5 months ago

If you want to also cache the target docker registry in R2 with serverless registry you can try this one out: https://github.com/cloudflare/serverless-registry/pull/7

If you have any more doubts please re-open the issue!