docker-basics
Installation
SKILL.md
Docker Basics — 概念与基础
Docker 生态的第一入口。从零理解 Docker 概念、架构和基础操作。
When to Use
| ✅ Use When | ❌ Skip When |
|---|---|
| New to Docker, learning from scratch | Already proficient with Docker |
| Need to understand container vs VM | Need specific Dockerfile/CLI commands → docker-build / docker-run |
| Setting up Docker for the first time | Need multi-container orchestration → docker-compose |
| Evaluating whether to adopt Docker | Need security scanning → docker-security |