Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Run Battery Historian command is not working #119

Closed
MarvinR2D2 opened this issue May 18, 2017 · 5 comments
Closed

Run Battery Historian command is not working #119

MarvinR2D2 opened this issue May 18, 2017 · 5 comments

Comments

@MarvinR2D2
Copy link

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

@IvRRimum
Copy link

Doesn't work for me, this is what i execute:

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

@hpbl
Copy link

hpbl commented Dec 13, 2017

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

can anyone help?

@siltus
Copy link

siltus commented Dec 15, 2017

I have same issue as @hpbl

@limone-eth
Copy link

i also have the same issue

@amsterdatech
Copy link

I've found an workaround and commented at
#125

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants