Polish Docker workflow formatting

This commit is contained in:
yeasy
2026-03-16 00:32:49 -07:00
parent 5840c160f1
commit b5830eb690
44 changed files with 107 additions and 121 deletions

View File

@@ -53,7 +53,7 @@ flowchart LR
### 8.2.3 基本语法
#### 使用 --mount (推荐)
#### 使用 --mount推荐
```bash
$ docker run -d \
@@ -61,7 +61,7 @@ $ docker run -d \
nginx
```
#### 使用 -v (简写)
#### 使用 -v简写
```bash
$ docker run -d \