docker-build
Installation
SKILL.md
Docker Build — 镜像构建与管理
Complete reference for docker build and image lifecycle management. Build, tag, inspect, push, prune.
When to Use
ALWAYS use this skill when the user mentions:
- "docker build", "怎么构建镜像", "docker build 命令"
- "docker tag", "docker push", "推送镜像"
- "docker images", "镜像管理", "docker image"
- "--build-arg", "构建参数"
- "docker history", "docker inspect", "镜像查看"
- "docker image prune", "docker system prune", "清理镜像"