[Windows] Replace Docker EE with Docker CE (#6220)

This commit is contained in:
Mikhail Timofeev
2022-09-13 08:13:08 +03:00
committed by GitHub
parent cecc9022fa
commit 9d9b5da489
2 changed files with 9 additions and 8 deletions

View File

@@ -122,7 +122,7 @@ function Test-BlankElement {
$splitByLines = $Markdown.Split("`n")
# Validate entry without version
$blankVersions = $splitByLines -match "^-" -notmatch "(OS|Image) Version|WSL|Vcpkg|\d\." | Out-String
$blankVersions = $splitByLines -match "^-" -notmatch "(OS|Image) Version|WSL|Vcpkg|Docker|\d\." | Out-String
# Validate tables with blank rows
$blankRows = ""