docker rmi -f $(docker images -f "dangling=true" -q) || true
docker rm $(docker ps -a -q -f status=exited)