1

Although I login Dockerhub successfully, I cannot push my images with the error message:

unauthorized: authentication required.

The way support by docker unauthorized: authentication required - upon push with successful login cannot deal with my problem.

Somebody said that maybe it is http problem,but I don't understand what can I do. Could you help me?

p.s my docker version is 1.11.1 / I use ubuntu

Community
  • 1
  • 1
wind910037
  • 21
  • 5

1 Answers1

0

In short, in seems that you can't push images to DockerHub with Access token. You need your real credentials (which is not that elegant, IMHO)

Details and alternatives here

zar3bski
  • 2,773
  • 7
  • 25
  • 58