I just found made a mistake, should be containerPort instead of hostPort in an health check. Thanks anyway.
On Thu, Dec 29, 2016 at 9:53 AM, CmingXu <cming...@gmail.com> wrote: > Hi, All > > My health check failed with error message > > "HTTP health check failed: curl returned exited with status 7: curl: > (7) Failed connect to 127.0.0.1:31001; Connection refused" > > I used default docker executor and docker bridge driver. I could got > curl results from 127.0.0.1:31001, but the executor stderr report > errors.