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
Share and learn in the Docker community.
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)