Docker

Remove all docker containers and images. For when you need a cleanup

docker rm $(docker ps -aq) && docker rmi $(docker images -q)