Skip to content

Docker

Commands

Remove all dangling images (those named <none>):

docker rmi $(docker images -f "dangling=true" -q)