| ▲ | newsoftheday 4 hours ago | |||||||
The article says to regularly run prune, how regularly? Currently I run the following once per day from cron: | ||||||||
| ▲ | wolttam 2 hours ago | parent | next [-] | |||||||
This would depend entirely on how much churn your system is doing on containers/volumes/images. Once a day sounds really often for most situations. "Regularly" = when you're running out of space because of a bunch of built up old stuff. | ||||||||
| ||||||||
| ▲ | arnitdo 4 hours ago | parent | prev [-] | |||||||
From the docs, you can just run `docker system prune -a --volumes` Ref: https://docs.docker.com/reference/cli/docker/system/prune/ | ||||||||