fix: resolve content issues found in user review

- fix(install): correct Docker version in macOS guide
- fix(intro): localize external image to prevent link rot
- doc(swarm): add context note about Kubernetes supremacy
- fix(network): remove broken missing image reference
This commit is contained in:
Baohua Yang
2026-01-24 19:45:22 -08:00
parent 306a205314
commit cc6510d0b2
5 changed files with 6 additions and 3 deletions

View File

@@ -4,6 +4,9 @@
使用 `Swarm` 集群之前需要了解以下几个概念
> [!NOTE]
> 虽然 Swarm Docker 引擎内置的集群管理工具但在大规模生产环境中Kubernetes 已经成为容器编排的事实标准如果您主要是为了学习容器编排建议重点关注 Kubernetes 章节
## 节点
运行 Docker 的主机可以主动初始化一个 `Swarm` 集群或者加入一个已存在的 `Swarm` 集群这样这个运行 Docker 的主机就成为一个 `Swarm` 集群的节点 (`node`)