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 396cdf0744
commit b16aa3976e
22 changed files with 61 additions and 13 deletions
+2
View File
@@ -1,5 +1,7 @@
# 第二章 基本概念
> **版本说明**本章内容及示例基于 Docker v29.x 编写镜像标签相关示例请查阅官方文档以确认最新可用版本
**Docker** 包括三个基本概念
* **镜像** (`Image`)Docker 镜像是一个特殊的文件系统除了提供容器运行时所需的程序资源配置等文件外还包含了一些为运行时准备的一些配置参数 (如匿名卷环境变量用户等)镜像不包含任何动态数据其内容在构建之后也不会被改变