The article says to regularly run prune, how regularly? Currently I run the following once per day from cron:
docker system prune -a -f docker volume prune -a -f
From the docs, you can just run `docker system prune -a --volumes`
Ref: https://docs.docker.com/reference/cli/docker/system/prune/
From the docs, you can just run `docker system prune -a --volumes`
Ref: https://docs.docker.com/reference/cli/docker/system/prune/