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.

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