$ docker rmi ubuntu:14.04
$ docker rmi $(docker images -q -f "dangling=true") $ docker rmi $(docker images --quiet --filter "dangling=true")