DevViking-Persike/dsh-docker0

dsh-docker

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

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