Skip to content

Docker 验证证据

PowerShell 已验证 · Verified 🕒 快照采集: 2026-08-23 15:16:22 UTC

产品页同时呈现 Linux 容器内 PowerShell 7 与 Windows runner 原生 PowerShell 5/7。

🐳 镜像:runtime:mcr.microsoft.com/powershell:7.5-debian-12runtime:Windows runner: PowerShell 5/7
🛠️ 关键工具:pwshGet-CommandGet-ModuleGet-Help
🔨 构建/检查Invoke-ScriptAnalyzer(若已安装)/ PowerShell parser
🚀 运行/交互pwsh -NoProfile -File script.ps1
docker-session.out.txt
## 00_env.ps1.out.txt
version=PowerShell 7.5.0
shell=pwsh
platform=linux

## 06_pipes_files.ps1.out.txt
globList=app.log,config.csv,readme.txt
logFiles=1
requestLines=2
statusCounts=paid:3,pending:1,refunded:1

## 08_real_world.ps1.out.txt
prepared=3
renamed=1
unchanged=2
verify=ok
report=prepared=3,renamed=1,unchanged=2