Skip to content

Docker 验证证据

cmd 已验证 · Verified 🕒 快照采集: 2026-08-23 15:17:02 UTC

cmd 属于 Windows 原生运行体,不虚构 Docker 支持;证据由 Windows Actions runner 采集。

🐳 镜像:runtime:Windows runner native
🛠️ 关键工具:cmdwherehelp
🔨 构建/检查cmd /d /c script.bat
🚀 运行/交互cmd /d /c script.bat
docker-session.out.txt
## 00_env.bat.out.txt

D:\a\hello-shell\hello-shell>rem 00_env: shell identity - version line, shell name, platform 
version=Microsoft Windows [Version 10.0.26100.33296]
shell=cmd
platform=windows

## 06_pipes_files.bat.out.txt

D:\a\hello-shell\hello-shell>rem 06_pipes_files: dir /b listing, find counting through pipes, fixed-order status histogram 
globList=app.log,config.csv,readme.txt
logFiles=1
requestLines=4
statusCounts=paid:3,pending:1,refunded:1

## 08_real_world.bat.out.txt

D:\a\hello-shell\hello-shell>rem 08_real_world: copy fixture data to scratch, rename *.log to *.log.bak, count and verify 
prepared=3
renamed=1
unchanged=2
verify=ok
report=prepared=3,renamed=1,unchanged=2