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 @@
## 2.1 镜像
> **版本说明**本节示例基于 Docker v29.x 编写示例中使用的镜像标签 `ubuntu:24.04``nginx:latest`为演示用途建议查阅 [Docker Hub](https://hub.docker.com) 或相应镜像的官方页面确认最新可用版本。
Docker 镜像作为容器运行的基石其设计理念和实现机制至关重要本节将深入探讨镜像的本质与操作系统的关系内容构成以及核心的分层存储机制
### 2.1.1 一句话理解镜像