我关注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
答案 0 :(得分:0)
我也有类似的问题,图片可能不在repo gcr.io/android-battery-historian/stable。
如果符合要求,请尝试以下图片。
docker run -d -p 9999:9999 bhaavan/battery-historian