How to push a docker image to a private repository
Asked 07 September, 2021
Viewed 1.2K times
  • 53
Votes

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?

11 Answer