泊坞窗:电池历史学家 - 拉访问被拒绝或要求搬运工登录

我下面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'.

任何线索赞赏。

回答:

我也有类似的问题,图片可能不在回购gcr.io/android-battery-historian/stable。

如果适合要求,请尝试以下图片。

docker run -d -p 9999:9999 bhaavan/battery-historian 

https://hub.docker.com/r/bhaavan/battery-historian/

以上是 泊坞窗:电池历史学家 - 拉访问被拒绝或要求搬运工登录 的全部内容, 来源链接: utcz.com/qa/262872.html

回到顶部