I have a VM on which I have been running (for a long time) a docker-compose
stack.
Suddenly I started getting notifications about low disk space on my machine.
I noticed the following 2 directories occupying a disproportionally large amount of space
/var/lib/docker/containers
and
/var/lib/docker/overlay2
What is the type of information held there and how can I avoid the problem of disk depletion in the future consistently?