Docker : Battery historian - Pull access denied or require docker login

1.3k views Asked by At

I am following https://github.com/google/battery-historian
I am trying to execute following commands on my Mac :

$ docker run -p 5665:9999 gcr.io/android-battery-historian/stable:3.0 --port 9999


But I am getting following error :

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'.

Any leads appreciated.

[UPDATE]: Discussion thread for this problem on GitHub:
https://github.com/google/battery-historian/issues/125#issuecomment-353161947

1

There are 1 answers

4
sanath meti On

I also got similar issue , image might not be in the repo gcr.io/android-battery-historian/stable.

Try below image if its suitable for requirement.

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

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