Revert "Docker service does not start on Windows Server (#4397)" (#4403)

This commit is contained in:
Aleksandr Chebotov
2021-11-02 13:56:54 +03:00
committed by GitHub
parent 3a5b9591bc
commit ffc388200c

View File

@@ -23,10 +23,4 @@ foreach ($dockerImage in $dockerImages) {
}
}
# fatal: open C:\ProgramData\docker\panic.log: Access is denied.
$panicLog = "C:\ProgramData\docker\panic.log"
if (Test-Path -Path $panicLog) {
Set-ItemProperty -Path "C:\ProgramData\docker\panic.log" -Name IsReadOnly -Value $false
}
Invoke-PesterTests -TestFile "Docker"