Untag a docker image

Problem:
I have more than one tag on an image in my docker repository.
Solution:
Docker hasn't got untag command, but if you remove the image using its tag it will untag it for you.
docker rmi imagetag

Comments

Popular posts from this blog

The biggest java security vulnerability of 2021