【发布时间】:2020-12-23 13:01:37
【问题描述】:
有没有办法将批量 docker 映像从 nexus 注册表移动到 azure 容器注册表。
【问题讨论】:
-
关于这个问题还有更多更新吗?它解决了你的问题吗?如果它适合你,请接受它。
标签: azure containers nexus3 azure-container-registry
有没有办法将批量 docker 映像从 nexus 注册表移动到 azure 容器注册表。
【问题讨论】:
标签: azure containers nexus3 azure-container-registry
您可以使用 Azure CLI az acr import 将映像从关系注册表导入 Azure 容器注册表。如果nexus注册中心是私有注册中心,需要添加参数--username和--password作为nexus注册中心的凭证。
【讨论】: