docker-production
Installation
SKILL.md
Docker Production — 生产环境部署
Guidance for deploying and managing Docker in production.
When to Use
ALWAYS use this skill when the user mentions:
- "生产部署", "production Docker"
- "docker swarm", "docker stack", "swarm cluster"
- "Kubernetes migration", "kompose", "K8s"
- "零停机部署", "rolling update"
- "容器监控", "监控", "Prometheus"
Docker Swarm Quick Start
# Initialize cluster
docker swarm init --advertise-addr <MANAGER-IP>