DevViking-Persike/dsh-docker0

dsh-docker

DeepSeek Harness plugin: Docker container, image, log, and Compose tools for the agent, over the local Docker CLI

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.