#!/bin/bash docker images | awk '{ if (NR>1) system("docker image rm " $3) }'