Files
docker_practice/appendix/20.4_terminology.md
Baohua Yang 175aaae48a style(docs): standardize heading formats and numbering
- Enforce Level 1-3 structural numbering based on SUMMARY.md hierarchy
- Remove structural numbering from Level 4+ headings
- Eliminate single child headings by converting to bold text
- Auto-inject summary text for headings with multiple children missing intro text
- Exclude Appendix chapters from structural numbering
- Avoid modifying code block contents
- Add script to detect non-standard English usage in headers
2026-02-21 22:40:33 -08:00

36 lines
2.2 KiB
Go
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 术语词表 (出版统一版)
本词表用于统一全书术语缩写和命令表达适用于最终出版前清稿
### 核心术语统一表
相关信息如下表
| 统一写法 (推荐)| 可接受写法 | 避免写法 | 说明 |
|---|---|---|---|
| Docker Engine | Docker 引擎 | docker engine | 产品名首字母大写 |
| Docker Desktop | - | docker desktop | 产品名首字母大写 |
| Dockerfile | - | Docker Filedockerfile | 固定拼写 |
| Docker 镜像 (Image)| 镜像 | image (纯英文散落)| 首次出现建议中英文并列 |
| Docker 容器 (Container)| 容器 | container (纯英文散落)| 与镜像区分清楚 |
| 仓库 (Repository)| Repo (非正式)| 镜像仓库/Repository 混用不解释 | 首次出现需给出英文 |
| 注册服务器 (Registry)| 镜像注册服务 | 私有仓库/Registry 混指 | Registry Repository 需区分 |
| 标签 (Tag)| 版本标签 | tag (正文中小写裸写)| 命令中保留原样 |
| Docker Compose | Compose | docker compose (当作产品名)| 产品名用 `Docker Compose` |
| `docker compose` | - | `docker-compose` (新示例中)| 命令统一使用 V2 子命令写法 |
| `compose.yaml` | `compose.yml` | 新示例继续使用 `docker-compose.yml` | 教学默认文件名统一为 `compose.yaml` |
| Kubernetes | K8s (缩写)| kubernetes (正文)| 正文统一首字母大写 |
| `kubectl` | - | kubeclt (拼写错误)| 命令与二进制名用反引号包裹 |
| etcd | - | Etcd (混用)| 项目官方写法为小写 `etcd` |
| Docker Buildx | Buildx | buildx (正文裸写)| 产品名用 `Docker Buildx` |
| BuildKit | - | buildkit | 固定大小写 |
| 控制平面 (Control Plane)| - | 主控平面 (未定义)| 章节内保持单一译名 |
| 工作节点 (Worker Node)| 节点 (在上下文明确时)| 工作机器 (未定义)| 与控制平面对照使用 |
### 清稿执行规则
1. 术语首次出现采用 中文 (英文) 格式例如 注册服务器 (Registry)
2. 命令文件名配置键统一使用反引号包裹
3. 同一章节中术语只保留一种主写法不混用同义词
4. 若引用历史名词 ( `docker-compose.yml`)需显式标注 历史文件名