Commit Graph

1 Commits

Author SHA1 Message Date
be6c1bc5fb feat: add docker volume monitor module with threshold-based container shutdown
Implement a new docker_volume_monitor.py module that uses the Docker SDK to inspect running containers, retrieve volume sizes via the inspect API, and automatically stop containers when any mounted volume exceeds a configurable 1GB threshold, with a dry-run flag for safe testing.
2025-07-02 08:26:54 +00:00