v0.8.2
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