How can I find out how much space is used by my container images from the Google Container Registry

…衆ロ難τιáo~ 提交于 2019-12-10 17:04:42

问题


I have pushed container images using gcloud docker push to the Google Container Registry. Two questions:

How do I see how much space all my images use? (I can see individual images but I want a total in order not to navigate to all and make a sum)


回答1:


Good questions!

All your Docker images are stored in a Google Cloud Storage bucket called artifacts.<PROJECT-ID>.appspot.com (Replace <PROJECT-ID> with your project's ID)

To find the total space, run gsutil du gs://artifacts.<PROJECT-ID>.appspot.com



来源:https://stackoverflow.com/questions/33671369/how-can-i-find-out-how-much-space-is-used-by-my-container-images-from-the-google

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!