Skip to content

shencangsheng/registry-mirror-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

registry-mirror-proxy

Docker Pulls

English | 简体中文

Proxy Registry API

Features:

  1. Intercept Docker Pull Image requests, synchronize the Image to Docker Registry, and then return the Image.

Upcoming Features

  1. npm Registry API

Principle

graph TD;
    A[Docker Request] --> B[Docker Registry Proxy];
    B --> C{docker pull?};
    C -- Yes --> D[docker pull image];
    C -- No --> E[Docker Registry Server];
    D --> F[Upload Docker Registry];
    F --> E
    E -- Response --> B
    B -- Response --> A
Loading

Credits

This project was inspired by the shencangsheng/easy-registry-mirror available in the GitHub project.

License

A short snippet describing the license (MIT)

MIT © Cangsheng Shen