docker-development

Manage local Docker development and testing workflows for the Orient project.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/orient-bot/orient --skill docker-development
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docker-development
Source: https://github.com/orient-bot/orient/tree/main/.claude/skills/docker-development
Command: npx skills add https://github.com/orient-bot/orient --skill docker-development

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies and standardizes the process of setting up, running, and debugging local Docker development environments for the Orient project.

Core Features & Use Cases

  • Development & Testing Modes: Easily switch between hot-reloading development and full Docker stack testing.
  • Container Management: Provides commands for starting, stopping, viewing logs, and checking the status of containers.
  • Troubleshooting: Offers solutions for common issues like port conflicts, build hangs, and connection errors.
  • Use Case: When you need to build a new Docker image for a service, debug a running container, or ensure your local environment matches production configurations, use this skill.

Quick Start

Run the command ./run.sh dev to start the development environment with hot-reloading.

Frequently Asked Questions about docker-development

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

FAQPage Schema
How do I start a local Docker development environment with hot-reloading?

Start a local Docker development environment with hot-reloading by running the command `./run.sh dev`. This initiates the development mode, allowing you to build Docker images and run containers with live updates for immediate feedback during development.

How can I debug common Docker container issues like port conflicts and build hangs?

Debug common Docker container issues like port conflicts and build hangs by using the troubleshooting commands provided. This Skill offers targeted solutions for connection errors and build process failures to help you identify and resolve local container conflicts quickly.

Can I manage Docker container lifecycle and view logs using docker-compose layering?

Yes, you can manage the Docker container lifecycle and view logs using docker-compose layering. The Skill provides specific commands for starting, stopping, viewing logs, and checking the status of your local containers throughout the development and testing workflow.

What is the best way to optimize Docker builds for per-package Dockerfiles?

The best way to optimize Docker builds for per-package Dockerfiles is to use the build optimization features within this Skill's workflow. It standardizes the building process and ensures your local environment matches production configurations efficiently.

Does this Skill support switching between development and full Docker stack testing?

Yes, this Skill supports switching between development and full Docker stack testing. You can easily transition from a hot-reloading development mode to a full testing environment to ensure your local Docker configurations perform correctly before production.