What problem does it solve?
This Skill removes the manual effort of checking Docker runtime state and stored volumes across the Pixel Detective and Dev Graph applications, enabling quick discovery of which services and data volumes are present without launching heavy services.
Core Features & Use Cases
- Inventory Containers: Lists all Docker containers and their statuses to identify running, stopped, or failed services.
- Compose Service Inspection: Detects and lists compose services when the repository root (docker-compose.yml) is present and can show compose ps output.
- Volume and Storage Checks: Lists Docker volumes, provides disk usage summary, and attempts to inspect repository-specific volumes such as qdrant_storage and neo4j_data.
- Service Control & Logs: Supports start, stop, restart, and logs retrieval for individual compose services when actions are requested.
- Use Case: Quickly verify whether the ML inference, ingestion, or vector database services are running and inspect their persisted storage before performing upgrades or debugging.
Quick Start
Run the docker inventory PowerShell script to list containers, compose services, and volume details for the repository using the status action and ShowVolumes option.