Openluup docker filling up disk space?
-
I've been doing other projects the past weeks, and now started seeing sluggish behaviour in the system.. SSH'ed in, and noticed that the harddrive was completely full!
I had some other issues as well that caused it to fill up, but i noticed that when I removed the openluup container, that freed up 1.5GB!
This is obviously not the persistent storage folder (cmh-ludl), what else can do this?On the base system, it showed as a massive sized /overlay2 folder in the /var/lib/docker/..
Mabye @vwout knows some docker-hints on this?
-
Not seen this myself, but only started running Docker recently, and I'm certainly no expert on that.
-
The solution i mentioned has a typo, this is what i added to the compose file:
logging: driver: "json-file" options: max-file: "5" max-size: 10m
with the "5" for max-file.
1/4