Process Flow - Registry mirroring concept
Client requests image
Check local registry cache
Forward request to mirror registry
Mirror registry fetches image
Serve image to client
Client pulls image
The client asks for an image. If the local cache has it, serve it. If not, forward the request to the mirror registry, which fetches and serves the image.