How to remove <none> images after building

yes that’s because the command only shows the _< none >_images
you need to remove them like
docker rmi $(docker images -f “dangling=true” -q)

12 Likes