docker-registry-proxy icon indicating copy to clipboard operation
docker-registry-proxy copied to clipboard

Proxy with mirror config

Open dcarrion87 opened this issue 2 years ago • 0 comments

We are looking to implement this. Is it possible to run it so it can be used in engine mirror configs. E.g. containerd:

[plugins.cri.registry]
  [plugins.cri.registry.mirrors]
    [plugins.cri.registry.mirrors."*"]
      endpoint = ["https://docker-registry.somewhere.com"]

We want to avoid having to set http_proxy= env var on the whole process.

dcarrion87 avatar Apr 12 '23 04:04 dcarrion87