You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
I keep getting this, even though I have logged in:
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'.
See 'docker run --help'.
In the README.md, you guys say run the command below after install Docker
docker -- run -p <port>:9999 gcr.io/android-battery-historian:2.1 --port 9999
But it's not working in my case, Docker version 17.03.1-ce, build c6d412e
Instead, the following command works
docker run -p <port>:9999 gcr.io/android-battery-historian:2.1 --port 9999
The text was updated successfully, but these errors were encountered: