Last Updated: February 25, 2016
·
320
· 0x46616c6b

Remove all untagged docker images

docker images -a | grep '^<none>' | tr -s ' ' | cut -d' ' -f 3 | xargs --no-run-if-empty docker rmi