I was intending to push docker images to a private repo in azure. However, I was logged in my to Dockerhub account when I carelessly pushed the image with tagname in azure repo format (e.g. myprivaterepo.azurecr.io/myfolder/myimage:0.0.4).
How do I delete this image?
When I login to another PC, and login to dockerhub, I can pull this exact version from the command line.
My Dockerhub web page only allows me to view repositories under my Dockerhub account. "myimage" does not appear inside my Dockerhub Repositories list. I also can't view other repositories inside Dockerhub. Please help! Thanks!