Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docker_cleanup: limit default pruning to images only and make it conf…
…igurable (#299) The problem is that `docker system prune` will cleanup: - all stopped containers - all networks not used by at least one container - all dangling images - unused build cache I don't think that we want it to cleanup stopped docker containers by default. This affected me on certain machines. Having the default policy just to prune images, should be enough.
- Loading branch information