The blog about containerisation, virtual machines and useful shell snippets and findings

remove exited containers from docker

docker ps -f status=exited -q | xargs docker rm