docker ps -a -q --filter status=exited | \
xargs --no-run-if-empty docker rm
