You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm scripting the docker command line client and I want to check to see if an image is already built. I'm doing this with docker images myrepo:mytag. However, this doesn't find the image. It appears as this will only match on repo and not the full name of the image.