Fix missing links

This commit is contained in:
Baohua Yang
2026-02-22 13:40:20 -08:00
parent 92ea9623b2
commit e57704271d
54 changed files with 228 additions and 224 deletions

View File

@@ -160,7 +160,7 @@ a6bd71f48f68 2 weeks ago CMD ["nginx" "-g" "daemon off;"] 0B
Docker 镜像有多种标识方式
#### 1镜像名称和标签
#### 1. 镜像名称和标签
格式`[仓库地址/]仓库名[:标签]`
@@ -179,7 +179,7 @@ ubuntu:24.04
nginx # 等同于 nginx:latest
```
#### 2镜像 ID (Content-Addressable)
#### 2. 镜像 ID (Content-Addressable)
每个镜像有一个基于内容计算的唯一 ID
@@ -190,7 +190,7 @@ nginx latest a6bd71f48f68 2 weeks ago 187MB
ubuntu 24.04 ca2b0f26964c 3 weeks ago 78.1MB
```
#### 3镜像摘要
#### 3. 镜像摘要
更精确的标识基于镜像内容的 SHA256 哈希