docker-local-dev

Generate Docker Compose and Dockerfile configurations for local development via interactive Q&A.

63|20|Updated Dec 20, 2025
One-click install
npx skills add https://github.com/thienanblog/awesome-ai-agent-skills --skill docker-local-dev-thienanblog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docker-local-dev
Source: https://github.com/thienanblog/awesome-ai-agent-skills/tree/main/skills/docker-local-dev
Command: npx skills add https://github.com/thienanblog/awesome-ai-agent-skills --skill docker-local-dev-thienanblog

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires docker, curl, nc, lsof, ss, awk, grep, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Generates Docker Compose and Dockerfile configurations for local development via an interactive Q&A workflow.

Core Features & Use Cases

  • Interactive stack discovery and guidance to generate docker-compose.yml, Dockerfile, and related configs for PHP/Laravel, WordPress, Drupal, Joomla, Node.js, and Python projects.
  • Auto-detection of project tech stack with templates and health-check integration to ensure working dev envs.
  • Documentation and guidance generation (USAGE.md, references) to streamline setup and maintenance.

Quick Start

Run the docker-local-dev skill in your project root to generate tailored docker-compose and Dockerfile configurations for your stack.

Frequently Asked Questions about docker-local-dev

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a docker-compose.yml for local development?

You can generate a docker-compose.yml for local development by running an interactive Q&A workflow in your project root, which auto-detects your stack and outputs tailored configurations.

What is the best way to set up a local Docker environment for a Laravel project?

The best way to set up a local Docker environment for Laravel is using a template-driven generator that provisions consistent dev environments and integrates health checks via interactive stack discovery.

Can I use Docker Compose to provision environments for WordPress and Drupal?

Yes, you can use Docker Compose to provision environments for WordPress and Drupal through an interactive Q&A process that generates tailored docker-compose and Dockerfile configurations.

How do I create a Dockerfile for a Node.js or Python project automatically?

You can create a Dockerfile for a Node.js or Python project automatically by initiating a Q&A workflow that uses templates and auto-detection to rapidly provision consistent dev environments.

Do I need curl and lsof installed to run automated Docker local dev environment generation?

Yes, you need curl, lsof, and other dependencies like nc and awk installed, as the automated Docker local dev environment generation relies on them for auto-detection and health checks.

Why does my generated local Docker environment setup include a USAGE.md file?

Your generated local Docker environment setup includes a USAGE.md file to provide documentation and guidance that streamlines setup and maintenance alongside your docker-compose.yml and Dockerfile.