DevViking-Persike/dsh-docker0

dsh-docker

DSH 的 Docker 插件,为 Agent 提供容器、镜像、日志及 Compose 生命周期管理工具。

AI 分析

核心用途是赋予 DSH 代理操作本地 Docker 的能力。适合需要 Agent 自动部署、查看日志或管理 Docker Compose 容器服务的开发与运维任务。

包名
dsh-docker
版本
0.1.0
许可证
MIT
最近更新
2026年8月22日

安装

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

Configuration

Every field is optional.

FieldDefaultMeaning
clidockerExecutable name or absolute path.
projectRootprocess cwdWorking directory for invocations, and the root relative compose paths resolve against.
composefalseRegister the Compose lifecycle tools.
inspectTimeoutMs30000Budget for one read (ps, images, logs).
composeTimeoutMs600000Budget for one Compose call; pulling images and waiting on health checks routinely outlasts a read by an order of magnitude.
maxOutputBytes2000000Cap on collected output of one invocation.
maxLogChars40000Cap on characters docker_logs emits.
defaultLogTail200Trailing lines read when a request states no tail.
graceMs5000Termination grace handed to the subprocess seam.