Instantly share code, notes, and snippets.
Remove all images
docker images | grep "<none>" | awk '{print $3}' | xargs docker rmi