I'm kinda new to docker but has some fair knowledge about it. Recently I wanted to list down the my docker images, so I ran docker image ls
, which gives me a bit of large list of pulled images..
Above list shows the part of the image list in the machine. I have some knowledge about this <none>
images which are known as intermediate images. But the problem is they are huge some images are almost 1GB. To my knowledge I never ran a single huge container other than gitlab. When I was done with it I removed the image. Can someone explain why these intermediate images are large and way to get rid of it without damaging other image layers?