Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 545 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 545 Bytes

Image registry proxy

This repo is based of this https://github.com/rpardini/docker-registry-proxy. I wanted to use the proxy as a registry and not with the usage of the HTTP_PROXY and HTTPS_PROXY env vars. Also you do not need to handle certificates as it is only http and should be only used in a internal network.

You can also use the docker pull trough mirror but with this approach you can proxy any repository.

This repo was created to use with a k3s deployment. Example configuration can be found here.