when I run a command such as sudo docker rmi me/myimage I get the responce ...image untagged, but, when I rerun sudo docker images I can see that this \"untagged\" image i
This command will remove all the dangling images and containers from docker.
docker system prune -f