GHJIVHIDD/dsh-plugin-docker1

@deepseek-ai/dsh-plugin-docker

DeepSeek Harness (DSH) 的部署级 Docker 插件:提供容器页签、双模式 UI、18 个模型工具及只读实时 Shell 观察

AI 分析

核心用途是提供可视化的 Docker 容器管理。适合需要让 Agent 或用户通过 18 个专用工具、双模式 UI 及只读实时 Shell 监控和干预宿主机容器状态的运维任务。

套件
@deepseek-ai/dsh-plugin-docker
版本
0.1.0
授權
MIT
最近更新
2026年8月15日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:GHJIVHIDD/dsh-plugin-docker

或使用 git 简写

npx -p @deepseek-ai/dsh dsh plugin --profile web add GHJIVHIDD/dsh-plugin-docker


安装做了什么(官方机制,实测):
1. pnpm 从仓库安装包,写入 profile 的 `dependencies`
2. 识别 `dsh.bundle` 声明,自动 reconcile 进 `dsh.profile.bundles` 层
3. 包的 `cordis.patch.yml` 作为补丁层,自动把 `ui-docker` 插件行插入组合树 —— **无需手动编辑任何文件**

**重启 dsh(web 或 headless)后生效**,刷新浏览器页面即可看到「容器」页签。

### 方式 B:手动安装(备选,与部署内既有插件一致)

```sh