AgentSkillsCN

docker-skills

Docker容器化技术的常用模式、最佳实践与多阶段构建方案。

SKILL.md
--- frontmatter
name: docker-skills
description: Docker containerization patterns, best practices, and multi-stage builds
category: stacks/infrastructure/docker
applies_to: docker
allowed-tools: Read, Write, Glob, Grep, Bash
user-invocable: true
context: inject

Docker Skills

Container platform for building, shipping, and running applications.

Sub-Skills

Dockerfile

Compose

Networking

Storage

Security

CI/CD

Debugging

Detection

Auto-detected when project contains:

  • Dockerfile
  • docker-compose.yml or docker-compose.yaml
  • FROM or EXPOSE patterns