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
This commit is contained in:
Baohua Yang
2026-04-25 15:58:27 +00:00
parent ec4ab5232b
commit 016539c86a
22 changed files with 61 additions and 13 deletions
+2
View File
@@ -1,5 +1,7 @@
## 1.1 快速上手
> **版本说明**本节示例基于 Docker v29.x 编写示例中使用的 `nginx:alpine` 镜像标签为演示用途请查阅 [Docker Hub - nginx](https://hub.docker.com/_/nginx) 确认最新可用版本。
本节将通过一个简单的 Web 应用例子带你快速体验 Docker 的核心流程构建镜像运行容器
### 为什么选择 Nginx + HTML 作为入门例子