Last Updated: February 25, 2016
·
221
· tebayoso

Delete all <none> Docker images

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