Skip to content

Commit 4472a83

Browse files
Add new name for Docker on Windows
1 parent 80995c6 commit 4472a83

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/containerTestCommon.psm1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,9 @@ function Test-SkipLinux
226226
'Windows*' {
227227
return $true
228228
}
229+
'Docker Desktop' {
230+
return $false
231+
}
229232
default {
230233
throw "Unknown Docker os '$os'"
231234
}

0 commit comments

Comments
 (0)