#!/bin/bash docker ps -a | awk '{ if (NR>1) system("docker rm " $1) }'