I\'ve the following images:
alex@alexvps:~$ sudo docker images REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE &
The most compact version of a command to remove all untagged images is:
docker rmi $(docker images | grep "^" | awk '{print $"3"}')