-
Notifications
You must be signed in to change notification settings - Fork 959
"docker -- run.." command in "Getting Started" doesn't work #125
Comments
I ran into a similar problem and the solution you mentioned worked for me as well. |
Same for me, removing -- does help. |
I am getting
can anyone help me? |
Getting Same as @hpbl . |
Same here, I was able to install it a month ago, now same error as @hpbl |
I am getting
can anyone help me? |
I'm getting the same error, I also have an account at DockerHub but it's not seems to work to. Any estimation about when this will be fixed? |
After some research I found an workaround, an image that's works in the same manner. https://hub.docker.com/r/bhaavan/battery-historian/ I've checked the Dockerfile and everything seems to be right and it worked!!!! |
Same problem here, cannot pull the image from registry. |
Ditto...doesn't work for me either...why doesn't this github repo include the Dockerfile needed to build the docker image??? |
Got annoyed at this and put up my own image: |
docker: Error response from daemon: pull access denied for gcr.io/android-battery-historian/stable, repository does not exist or may require 'docker login'. Can anyone explain, why is this happening? Thanks bhaavan @amsterdatech , I am using your repo.. |
This helped - https://hub.docker.com/r/bhaavan/battery-historian/ |
Thanks, Bhaavan! |
Sir Googles, any update on this? Going to use the workarounds for now, but the breakage might be contributed to by an automatic Docker image update. It worked a month ago for me, now after a Docker image update it no longer does. |
I suppose someone accidentally made the battery-historian image private on gcr.io? Also getting "unauthorized" response when trying to run the docker image (both 2.1 in the Android docs and 3.0 mentioned in the repository readme). |
@berkeragir did you solve it? I got the same issure and it still doesn't work for me after download other guys repo |
@lixw1021 I managed to run in from the custom repo (https://hub.docker.com/r/bhaavan/battery-historian/), but not the official one. |
Try |
Yep. Same thing here. |
use |
Same here. Android team pls fix the problem. |
pr is open since april 22nd.... #115 |
@ityancs |
this work to me |
I am following the "Getting Started" instructions on Mac OSX 10.12.6, with Docker CE 17.6.0-ce downloaded and installed from the link provided in that section.
Here's what happens when I run the command provided to start the image:
The
--
between docker and run seems to be the problem. After removing that, things are working as expected:The text was updated successfully, but these errors were encountered: