Reputation: 2244
I'm new to docker, then the problem may describe not clearly in title. I want to do it that when I use pull image, it will check local registry at first. Then, if there is no this image in local registry, it will download from docker hub and auto push it to local registry. How to do it?
docker hub <-> registry <-> client pull image
Upvotes: 1
Views: 1156