While pushing the docker image (after successful login) from my host I am getting \"unauthorized: authentication required\".
Details below.
-bash-4.
If you running windows 7 docker Registry
**Docker Quick Start terminal** run (this terminal enables connection ) Until you pushed images , that will keep token alive .docker loginMake sure you tag the image with username
docker build -f Dockerfile -t 'username'/imagename
push image
docker image push username/imagename
Note: image name all lowercase