chore: update docs/docker.md

This commit is contained in:
小弟调调
2025-09-09 13:57:01 +08:00
parent f39f922578
commit 9035c92853

View File

@@ -375,7 +375,6 @@ $ docker volume prune # 清理未使用的卷
`docker stack rm <appname>` | 拆掉一个应用程序
<!--rehype:className=left-align-->
### docker 主要命令
<!--rehype:wrap-class=row-span-3-->
@@ -464,7 +463,6 @@ $ docker volume prune # 清理未使用的卷
| `docker search`(旧 API | Docker Hub 搜索 | 用 Hub Web API 或 CLI 插件 |
| `docker manifest`(旧版本) | 多平台镜像管理 | 已集成到 `docker buildx imagetools` |
### docker 全局参数
```bash