Unable to push to my repo

Hi

I run several linux OS’s (Centos, Mint etc.) and I’m not able to push images to docker hub anymore.
I tried as well with my Macbook and it worked like a charm.

So, what do I miss on my linux boxes? I really start gettin’ frustrated now.

What I did so far:

docker run -itd <myuser>/<mycontainer>:v1.1
--- modified the container ---
docker commit -m "vim added" <contid> <myuser>/<mycontainer>:v1.2
docker tag <imageID of v1.2 image> <myuser>/<mycontainer>:v1.2
docker push <myuser>/<mycontainer>:v1.2
... did log-in ...

# docker push <myuser>/<mycontainer>:v1.2
The push refers to repository [docker.io/<myuser>/<mycontainer>]
369280735383: Preparing 
777d2d06e665: Preparing 
93d157508ea2: Preparing 
b9b7103af585: Preparing 
ca2991e4676c: Preparing 
a768c3f3878e: Waiting 
bc7f4b25d0ae: Waiting 
denied: requested access to the resource is denied

I made a typo :wink: arrrrggghhh