Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot pull kanaka/emscripten from docker hub #4

Closed
tarkin000 opened this issue Aug 21, 2017 · 1 comment
Closed

cannot pull kanaka/emscripten from docker hub #4

tarkin000 opened this issue Aug 21, 2017 · 1 comment

Comments

@tarkin000
Copy link

I have a bad feeling this is something dumb I'm doing,
but I cannot pull the docker the image.
Things I have tried:
setting the time with ntpdate
reconfiguring tzdata (it threw my clock off by 10min?)
docker pull kanaka/emscripten
sudo docker pull kanaka/emscripten
creating a docker hub account
docker login followed by pull
sudo docker login followed by pull
su to root, docker login, docker pull.

every single time, the downloads finish, but I get 'authentication required'.
I believe my Docker installation is correct- it's from the Jessie repos-
and pulling other images just works:

$ docker pull mono
Using default tag: latest
latest: Pulling from library/mono
5233d9aed181: Already exists 
666418377e5b: Pull complete 
75a87e0601e5: Pull complete 
8e3dafbe502d: Pull complete 
Digest: sha256:32b9d2580388688b8d57742e659f2d021d3d90f036141b1fee81ded64062dd9e
Status: Downloaded newer image for mono:latest
@tarkin000
Copy link
Author

Got it sorted.
Looking into debugging dockerd, I turned on debugging
in /etc/docker/daemon.json - which did not exist.
So either setting this to true or creating daemon.json
and restarting - or logging in and restarting- did the trick.

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

No branches or pull requests

1 participant