[Windows] Add docker symlink (#6287)

This commit is contained in:
Aleksandr Chebotov
2022-09-24 16:09:06 +02:00
committed by GitHub
parent dc7240348e
commit f412cb04d7
3 changed files with 12 additions and 4 deletions

View File

@@ -17,6 +17,10 @@ Describe "Docker" {
It "docker service is up" {
"docker images" | Should -ReturnZeroExitCode
}
It "docker symlink" {
"C:\Windows\SysWOW64\docker.exe ps" | Should -ReturnZeroExitCode
}
}
Describe "DockerImages" {