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.