I created two Docker containers. The first one provides a private Docker registry and the second one is a mirror of the official Docker registry:
docker run
Just to be clear, docker documentation confirms that:
It’s currently not possible to mirror another private registry. Only the central Hub can be mirrored.