yeasy
|
51698c89c5
|
fix(content): correct verified internal inconsistencies across 7 sections
均为书内自证的矛盾,无需外部来源:
- 19.3: golang:1.26-alpine 标注为 ~1GB,但 21.7 将 ~900MB 归给非 alpine 的
golang:1.26,且 7.17 实测 alpine 版镜像为 295MB——alpine 变体不可能大于其
非 alpine 版本。改为与 21.7 一致的「golang:1.26 基础镜像的 ~900MB」。
- 20_cases_os: 正文称通用镜像 100-300 MB,紧邻的表格却列 Ubuntu ~80 MB
(与 4.2 的 ubuntu 24.04 78MB 一致)。正文改为 80-300 MB。
- 4.2: 「查找大于 500MB 的镜像」的 ^[0-9]+GB 不匹配小数,会漏掉 docker 实际
输出的全部 x.yGB(本书自己的示例即为 2.5GB)。补充可选小数部分。
- 6.2: docker image ls 示例输出把 tag 混入 REPOSITORY 列
(127.0.0.1:5000/ubuntu:latest + TAG latest),与同块 ubuntu/latest 行及
本节自述的 tag 格式不符。
- 5.3: 生命周期状态图缺 Stopped --> Running,而 5.3.6 正是讲 docker start
启动已停止的容器;原图中停止的容器只能被删除。
- 9.5: 端口映射图节点标签 "容器 (Class B: 80)" 语义错乱(Class B 是 IP 地址
分类,与端口无关),改为「容器 (端口: 80)」。
- appendix/faq/errors.md: 标题「常见错误速查表」与 SUMMARY.md 及 faq/README
两处链接文字「常见错误处理」不一致(全书 196 篇中唯一一处标题漂移)。
|
2026-07-16 23:20:25 -07:00 |
|
yeasy
|
30f0115cb9
|
Update nginx, OS, Buildx, etcd and K8s refs
|
2026-04-28 12:22:57 +00:00 |
|
Baohua Yang
|
aa204fb454
|
chore: lint cleanup and version corrections
- Accept benign linter changes (version notes, explicit tags, formatting)
- Fix incorrect version downgrades introduced by linter:
- golang:1.22→1.26 (restored)
- rust:1.82→1.95 (restored)
- 23 files updated
|
2026-04-25 15:58:27 +00:00 |
|
yeasy
|
224e2738ce
|
Replace straight quotes with curved quotes
|
2026-03-11 22:19:26 -07:00 |
|
yeasy
|
bdaeeaa740
|
Add details for cloud images
|
2026-03-09 20:04:22 -07:00 |
|
yeasy
|
a16e0879c0
|
Improve READMEs and add contribution prompts
|
2026-03-09 20:04:21 -07:00 |
|
Baohua Yang
|
f0c6d7de95
|
Fix wrong links
|
2026-02-22 16:04:41 -08:00 |
|
Baohua Yang
|
caa3331cab
|
Split chapter 20
|
2026-02-22 15:33:20 -08:00 |
|