원클릭으로
docker
Production-grade Docker configurations (Dockerfile, Compose, best practices)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Production-grade Docker configurations (Dockerfile, Compose, best practices)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | docker |
| description | Production-grade Docker configurations (Dockerfile, Compose, best practices) |
| argument-hint | <dockerization request> |
| level | 2 |
Use this skill when user explicitly requests Docker configurations.
Trigger: docker: prefix or explicit Docker request
Based on Docker Official Best Practices.
| File | When |
|---|---|
Dockerfile | Application containerization |
.dockerignore | Exclude unnecessary files |
docker-compose.yml | Multi-container orchestration |
docker-compose.override.yml | Dev-specific overrides |
compose.yaml | Compose v2 format |
Analyze Requirements
Create Dockerfile
Create .dockerignore
Create docker-compose.yml
Verify
docker build succeedsdocker compose up works| Skill | Use When |
|---|---|
@deploy-engineer | Full deployment with Docker |
@infra-planner | Infrastructure design |
@dep-auditor | Check for vulnerabilities |
See skills/docker/DOCKERFILE.md for:
Full autonomous execution from idea to working code
Persistence mode — doesn't stop until the task is verified complete
Multi-agent coordinated execution
Autonomous QA cycling until all tests pass
Maximum parallel throughput — execute independent tasks simultaneously
Socratic requirements clarification before any code is written