mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-02-18 00:17:39 +01:00
Detect container overlay filesystem paths from various container runtimes (Docker, Podman, LXC, EnhanceCP, etc.) that may not be in standard /var/lib/docker or /var/lib/containers locations. Paths containing /containers/ with overlay patterns (/overlay2/, /overlay/, /diff/, /merged) are now filtered from disk usage aggregation. Related to #790