Reputation: 44637
I have installed boot2docker for windows,then I have created an image of my application and trying to push it to my docker hub registry public repo.While running the command "docker push" its asking me to login and then prompting me for username.When I enter my username it does not do anything.Am I doing something wrong ?
Upvotes: 2
Views: 242
Reputation: 44637
I did boot2docker ssh
and then typeddocker login
to login to docker hub registry and then was able to push my image
Upvotes: 3