How to push a docker image to a private repository
I have a docker image tagged as me/my-image
, and I have a private repo on the dockerhub named me-private
.
When I push my me/my-image
, I end up always hitting the public repo.
What is the exact syntax to specifically push my image to my private repo?