GHJIVHIDD/dsh-plugin-container1

@dsh-community/dsh-plugin-container

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

AI 分析

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

包名
@dsh-community/dsh-plugin-container
版本
0.1.0
许可证
MIT
最近更新
2026年8月15日

安装

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

或使用 git 简写

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


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

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

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

```sh