feat: Add describe and volumes commands to Docker Manager for detailed project insights

This commit is contained in:
Peter Wood
2025-12-08 10:54:29 +00:00
parent a478739f55
commit e850221326
2 changed files with 151 additions and 0 deletions

View File

@@ -5,6 +5,8 @@ A Python command-line application to manage Docker containers defined in subdire
## Features
- **List**: View currently running containers across all your projects.
- **Describe**: Show detailed information about containers in a specific project, including descriptions.
- **Volumes**: List volumes used by a specific project.
- **Stop**: Stop containers for a specific project or all projects.
- **Update**: Pull the latest images and recreate containers (equivalent to `docker compose pull && docker compose up -d`).
- **Restart**: Restart containers for a specific project or all projects.