Fix image docs typos

This commit is contained in:
yeasy
2026-05-15 09:16:33 -07:00
parent 92be0050fd
commit 705d162f05
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ nginx 1.30 05a60462f8ba 12 days ago
nginx latest e43d811ce2f4 4 weeks ago 181.5 MB nginx latest e43d811ce2f4 4 weeks ago 181.5 MB
``` ```
> **版本说明**上面示例中 `nginx:1.28` 代表 1.30 系列的最新 patch 版本际应用中应根据需求选择确切的版本号而不是盲目使用 `latest` > **版本说明**上面示例中 `nginx:1.30` 代表 1.30 系列的最新 patch 版本际应用中应根据需求选择确切的版本号而不是盲目使用 `latest`
我们还可以用 `docker history` 具体查看镜像内的历史记录例如先执行 `docker history nginx:v2`再对比 `docker history nginx:latest`就能看到我们刚刚提交出来的新层 我们还可以用 `docker history` 具体查看镜像内的历史记录例如先执行 `docker history nginx:v2`再对比 `docker history nginx:latest`就能看到我们刚刚提交出来的新层
+1 -1
View File
@@ -14,7 +14,7 @@
- **镜像标签约定** - **镜像标签约定**
- `latest` `v1.0.0` 带标签的自定义镜像示例中指定具体版本 - `latest` `v1.0.0` 带标签的自定义镜像示例中指定具体版本
- `24.04``8.4`官方镜像的稳定版本分支 - `24.04``8.4`官方镜像的稳定版本分支
- 生产环境建议指定确版本号 `nginx:1.28.0``mysql:8.4.4`而非仅大版本号 - 生产环境建议指定确版本号 `nginx:1.28.0``mysql:8.4.4`而非仅大版本号
* [启动容器](5.1_run.md) * [启动容器](5.1_run.md)
* [守护态运行](5.2_daemon.md) * [守护态运行](5.2_daemon.md)