【发布时间】:2016-07-16 20:21:29
【问题描述】:
我创建了一个 Docker 映像并将其推送到 Google Container Registry,如下所示(均来自 Google Cloud Shell 内部):
docker push eu.gcr.io/<my-project-id>/<my-image-name>
此命令的结果表明我的图像存在于存储库中:
docker search eu.gcr.io/<my-project-id>
Google's documentation 建议我还应该在 Google Cloud Platform Console 的存储浏览器页面中看到一个保留的存储桶:
第一次推送图片时,Google Cloud Storage 存储分区名为 artifacts.your-project-id.appspot.com 已创建。你可以浏览这个 来自 Google Cloud Platform Console 的存储浏览器页面的存储桶。 此存储桶不应用于任何其他存储。
然而,事实并非如此:
我是不是做错了什么,或者 Google 的文档在这个细节方面可能有点错误或过时了?
更新现在可以(在某种程度上)查看存储分区:Google Cloud Platform Console 在摘要视图中报告“2 个存储分区”,但其存储浏览器页面仍然没有显示。但是,Google 的 iOS 版 Cloud Console 应用程序中的等效页面成功地显示了存储桶的数量和名称:
eu.artifacts.<my-project-id>.appspot.com
artifacts.<my-project-id>.appspot.com
只有第一个是非空的(即包含图像)。
【问题讨论】: