docker-entrypoint-pattern
CommunityFlexible entrypoint.sh for multi-command Docker
AuthorLucasBiason
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This skill standardizes how to run multiple commands inside Docker containers by providing a reusable entrypoint.sh pattern that centralizes startup logic.
Core Features & Use Cases
- Single entrypoint: One script handles multiple startup commands (dev, prod, test, migrate) without modifying the Dockerfile.
- Reliable startup: Includes initialization steps (migrations, health checks) before launching the main process.
- Cross-environment consistency: Works the same across development, staging, and production.
Quick Start
Copy the provided entrypoint template into your project, copy it to /entrypoint.sh, and make it executable. Build your image and run: docker build -t myapp . docker run myapp dev docker run myapp migrate docker run myapp health
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: docker-entrypoint-pattern Download link: https://github.com/LucasBiason/cursor-multiagent-system/archive/main.zip#docker-entrypoint-pattern Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.