Docker private registry with mirror

后端 未结 3 2062
不思量自难忘°
不思量自难忘° 2020-12-13 10:49

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          


        
3条回答
  •  旧巷少年郎
    2020-12-13 11:14

    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.

提交回复
热议问题