Skip to content

v0.8.2

Compare
Choose a tag to compare
@JiaminZhu JiaminZhu released this 13 Oct 20:26
· 50 commits to release since this release
e2f702b

Modify health check order to support docker version 20.

In docker version 20, even container exit gracefully with 0 code, docker still marks health check as unhealthy. Before docker provide the fix, DCE is going to check exit code first and followed by health status of container