#!/usr/bin/env bash docker ps -a | grep Exit | cut -d ' ' -f 1 | xargs docker rm