We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 455d3bc commit 049dcb9Copy full SHA for 049dcb9
install.ps1
@@ -26,6 +26,7 @@ function Wait-ForContainer {
26
elseif ((Get-Date) -gt $startTime.AddSeconds($timeout)) {
27
Write-Host "Timed out waiting for container '$containerName' to be healthy."
28
& docker logs sql
29
+ & docker inspect --format "{{json .State.Health }}" sql
30
exit 1
31
}
32
0 commit comments