Skip to content

Commit 049dcb9

Browse files
committed
Show the failing health check logs
1 parent 455d3bc commit 049dcb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ function Wait-ForContainer {
2626
elseif ((Get-Date) -gt $startTime.AddSeconds($timeout)) {
2727
Write-Host "Timed out waiting for container '$containerName' to be healthy."
2828
& docker logs sql
29+
& docker inspect --format "{{json .State.Health }}" sql
2930
exit 1
3031
}
3132

0 commit comments

Comments
 (0)