GHJIVHIDD/dsh-plugin-docker1

@deepseek-ai/dsh-plugin-docker

Deployment-level Docker plugin for DeepSeek Harness (DSH): a 容器 (Containers) tab next to chat/trajectory with observe/intervene two-mode UI, 18 model tools (docker_info/ps/images/pull/run/start/stop/restart/rm/rmi/logs/exec/inspect/stats/network/volume/build/cli), read-only live shell watching, and /dock-api/* HTTP routes served via webServer.

包名
@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