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