docker ps --filter status=exited | awk '{if (NR>1) print $1}' | xargs docker rm