用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/vamseeachanta/workspace-hub --skill docker命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | docker |
| version | 1.0.0 |
| description | Complete Docker containerization patterns with multi-stage builds for development and production workflows |
| type | reference |
| author | workspace-hub |
| category | operations |
| capabilities | ["Dockerfile best practices and multi-stage builds","Docker Compose orchestration and networking","Volume management and data persistence","Development vs production configurations","Container debugging and optimization","Registry management and image distribution"] |
| tools | ["docker","docker-compose","buildx","dive","hadolint"] |
| tags | ["docker","containers","devops","orchestration","microservices","compose"] |
| platforms | ["linux","macos","windows"] |
| related_skills | ["cli-productivity","git-advanced"] |
| requires | [] |
| scripts_exempt | true |
Linux (Ubuntu/Debian):
# Install Docker Engine
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
# Add user to docker group
sudo usermod -aG docker $USER
newgrp docker
*See sub-skills for full details.*
## Version History
- **1.0.0** (2026-01-17): Initial release
- Dockerfile best practices and multi-stage builds
- Docker Compose orchestration patterns
- Development and production configurations
- CI/CD integration examples
- Networking and volume management
- Troubleshooting guide
---
**Use this skill to build consistent, reproducible containerized environments across development, testing, and production!**
## Sub-Skills
- [1. Basic Dockerfile Patterns](1-basic-dockerfile-patterns/SKILL.md)
- [2. Multi-Stage Builds](2-multi-stage-builds/SKILL.md)
- [3. Docker Compose for Development](3-docker-compose-for-development/SKILL.md)
- [4. Networking Patterns (+1)](4-networking-patterns/SKILL.md)
- [6. Development Workflow Scripts](6-development-workflow-scripts/SKILL.md)
- [1. CI/CD Pipeline Integration (+2)](1-cicd-pipeline-integration/SKILL.md)
- [4. Database Migration Pattern](4-database-migration-pattern/SKILL.md)
- [1. Image Optimization (+4)](1-image-optimization/SKILL.md)
- [Common Issues and Solutions (+1)](common-issues-and-solutions/SKILL.md)