What problem does it solve?
This skill automates the preparation of Docker images and deployment configurations for multi-service solutions, reducing manual setup and potential wiring errors between images, services, and deployment descriptors.
Core Features & Use Cases
- Docker Image Preparation: Build and tag container images for multiple services.
- docker-compose.yml Generation: Produce orchestrated deployment files for local or remote environments.
- Health Check & Validation: Ensure services expose healthy endpoints and configurations meet requirements.
- Asset & Device Configuration: Organize solution assets and device deployment configurations for consistent deployments.
Use case: When packaging a new solution, run this skill to generate docker-compose.yml, set up images, and create devices yaml under solutions/[id]/devices for deployment.
Quick Start
Use the skill to generate a docker-compose.yml and related assets for a given solution by providing a solution_id and target services. The skill will output the docker-compose.yml at solutions/[id]/assets/docker/docker-compose.yml and populate devices/.yaml under solutions/[id]/devices accordingly.