Last Updated: February 25, 2016
·
209
· tebayoso

Delete all <none> Docker images

docker rmi $(docker images | grep "^<none>" | awk "{print $3}")