mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-03-11 12:21:17 +00:00
Fix missing links
This commit is contained in:
@@ -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 哈希:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user