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.
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
Post a Comment