Imagens do Docker removem a batida

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