#!/bin/sh

docker images | awk '$2=="<none>" {print $3}' | xargs --no-run-if-empty docker rmi
