List GCR Public Images

網路上常常看到許多範例使用類似 gcr.io/google_containers/echoserver:1.10 的 Image,
讓我開始好奇 google 到底有哪些 public image 呢?

好不容易才找到這個超隱蔽的兩個 Registry:

但是沒有像 Dockerhub 一樣有美美的 UI,包含 Dockerfile,Repo,Tag,Build,…。

如果有安裝 gcloud SDK 的同學們,也可以直接使用下列指令。

gcloud container images list --project google-containers

Reference