Full Disk usage in Rancher Single Node

I’ve been having an issue with a single Node install of Rancher where the disk space is fully consumed about every 2 weeks, at which point I do a docker system prune and relaunch to fix. I have about 16 single node developer clusters managed in this Rancher instance, is that just log data filling up? Pruning the containers doesn’t seem to have any negative impact. Do I have something configured wrong, or is it standard and I should setup a script to shutdown Rancher and prune docker weekly?

can you try use prune with flag -a

@Tulio_Manrique,

Yes I have been pruning to clean out the space taken by Rancher containers. My question is more along the lines of if it’s abnormal to have to do this and so frequently.