ln-783-container-launcher

Solid

Builds and launches Docker containers with health verification. Use when validating that containerized services start correctly.

AI & Automation 479 stars 67 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
89
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

> **Paths:** File paths (`shared/`, `references/`, `../ln-*`) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. If `shared/` is missing, fetch files via WebFetch from `https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/skills/{path}`. # ln-783-container-launcher **Type:** L3 Worker **Category:** 7XX Project Bootstrap --- ## Purpose Builds Docker images, launches containers, and performs comprehensive health verification using Docker native health checks and retry strategies. **Scope:** - Detect and validate docker-compose.yml configuration - Build Docker images - Launch containers with proper startup order - Verify container health using native health checks - Provide access URLs and cleanup instructions **Out of Scope:** - Building application code (handled by ln-781) - Running tests (handled by ln-782) - Container orchestration beyond single host (Kubernetes, Swarm) --- ## When to Use | Scenario | Use This Skill | |----------|---------------| | Standalone-capable | Yes | | Standalone container launch | Yes | | Development environment setup | Yes | | Production deployment | No, use proper CI/CD | --- ## Workflow ### Step 1: Pre-flight Checks Verify Docker environment readiness. | Check | Failure Action | |-------|---------------| | Docker daemon running | Report error with installation instructions | | Docker Compose available | Report error, suggest installation | |...

Details

Author
levnikolaevich
Repository
levnikolaevich/claude-code-skills
Created
7 months ago
Last Updated
yesterday
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category