DevViking-Persike/dsh-docker ↗★ 0
dsh-docker
DeepSeek Harness plugin: Docker container, image, log, and Compose tools for the agent, over the local Docker CLI
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:DevViking-Persike/dsh-docker说明文档
阅读完整 README ↗Configuration
Every field is optional.
| Field | Default | Meaning |
|---|---|---|
cli | docker | Executable name or absolute path. |
projectRoot | process cwd | Working directory for invocations, and the root relative compose paths resolve against. |
compose | false | Register the Compose lifecycle tools. |
inspectTimeoutMs | 30000 | Budget for one read (ps, images, logs). |
composeTimeoutMs | 600000 | Budget for one Compose call; pulling images and waiting on health checks routinely outlasts a read by an order of magnitude. |
maxOutputBytes | 2000000 | Cap on collected output of one invocation. |
maxLogChars | 40000 | Cap on characters docker_logs emits. |
defaultLogTail | 200 | Trailing lines read when a request states no tail. |
graceMs | 5000 | Termination grace handed to the subprocess seam. |