#!/usr/bin/env sh set -e docker images|awk '{print $3}'|xargs docker rmi -f