我在跟踪https://github.com/google/battery-historian
我试图在我的Mac上执行以下命令:
$ docker run -p 5665:9999 gcr.io/android-battery-historian/stable:3.0 --port 9999但是我得到了以下错误:
Unable to find image 'gcr.io/android-battery-historian/stable:3.0' locally
docker: Error response from daemon: pull access denied for gcr.io/android-battery-historian/stable, repository does not exist or may require 'docker login'.任何线索都很感激。
**UPDATE:**在GitHub上讨论此问题:
https://github.com/google/battery-historian/issues/125#issuecomment-353161947
发布于 2017-12-18 11:44:19
我也有类似的问题,图像可能不是在回购gcr.io/android-电池历史学家/稳定。
如果适合的话,试一下下面的图片。
docker run -d -p 9999:9999 bhaavan/battery-historianhttps://stackoverflow.com/questions/47867397
复制相似问题