Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 Harbor 设置一个私有 Docker Registry,它能够存储“私有”docker 镜像并提供来自 Dockerhub 的 docker 镜像。
有没有办法只运行一个港口实例?
根据您的描述,您似乎想使用 Harbor 设置一个私有注册表,并且还希望 Harbor 涵盖代理/成为 Dockhub 镜像的工作,对吗?
挑战在于Harbor目前不支持代理/镜像功能。您可以尝试的一个可行但不完美的解决方案是通过 Harbor 提供的复制功能缓存 Dockhub 的所有图像。这需要 Harbor 版本 > 1.9.0。