I am new to Docker, trying to follow the official get started guide.
When I want to login, I type docker login, then I type my login and my password. It outputs "Login Succeeded". But when I want to push the image with docker push drazik/get-started:part1, it outputs "unauthorized: authentication required".
I am absolutely sure that my login/password are good. But there is something weird : I can type whatever I want as username and password, docker login always outputs "login suceeded".
My docker version is "1.13.1, build 27e468e/1.13.1".
Does somebody can figure out what's wrong ? Thank you very much.
docker login? - Alexandre Fenyo