Disk consumption - clearing the old data?

I have noticed that this webod/docker environment is consuming the disk quotation a LOT (at least in my installation). The root-partitions 50 Gb (Linux) is not enough and I got it easily full very soon because docker (webodm).

Where this webodm is storing the data when the image processing is ongoing and is’t clearing the old data when it has finished the process. How can I make sure that old processing files are removed when the process fails in error?

All advises are welcome.

If you issue:

docker system prune

Are you able to free up space?

1 Like

I use “./webodm down” and then “./webodm start” when I need to free up space.