I am Not able to connect to my docker hub from CLI , I am getting below error.
[ec2-user@ip-172-31-38-115 docker]$ docker push anupit/imageone
Using default tag: latest
The push refers to repository [docker.io/anupit/imageone]
59c56aee1fb4: Preparing
denied: requested access to the resource is denied
[ec2-user@ip-172-31-38-115 docker]$
The username “anupit” doesn’t exist on Docker Hub. Your username on Docker Hub is the same as it is on the forum, so if it is your image, you should tag it as: anupkumarpanigrahy/imageone not anupit/imageone.