mirror of
https://github.com/acedanger/shell.git
synced 2026-03-24 21:21:49 -07:00
feat: Add describe and volumes commands to Docker Manager for detailed project insights
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user