kaixinyujue/dsh-shell-wsl0

dsh-shell-wsl

在Windows上通过WSL2 Docker容器执行Bash工具

AI 分析

适合Windows用户,在隔离的Linux容器中安全运行Bash命令与工具。

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

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:kaixinyujue/dsh-shell-wsl

5. Configuration

5.1 Composition layer (cordis row config — edit this via the patch layers)

FieldDefaultDescription
transportdocker-clidocker-cli (Windows-side CLI) or wsl (wsl.exe -d -- docker)
distroUbuntuUsed only by the wsl transport
imageubuntu:24.04Must include bash (alpine/busybox don't — that surfaces as a runner failure)
workspaceMount/workspaceMount point inside the container
workspaceRootnone (fallback)Fixed workspace root; normally the per-call policy's workspaceRoot is used
containerPrefixdsh-execContainer name prefix: `

-`, ≤63 chars |