Fix typography

This commit is contained in:
baohua
2026-03-09 20:04:13 -07:00
committed by yeasy
parent 6483d4472c
commit 20a69d1662
26 changed files with 62 additions and 33 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ flowchart TB
一个完整的 Docker 镜像名称由 Registry 地址用户名/组织名仓库名和标签组成了解其结构有助于我们更准确地定位镜像基本格式如下
```bash
[registry地址/][用户名/]仓库名[:标签]
[registry 地址/][用户名/]仓库名[:标签]
```
示例