paypal / dce-go

Docker Compose Executor to launch pod of docker containers in Apache Mesos.
Apache License 2.0
63 stars 48 forks source link

Log the reason for pod health check failure #64

Closed vipragupta closed 5 years ago

vipragupta commented 6 years ago

Added logs for the health check failure of an app. Command used for this: docker inspect --format="{{json .State.Health }}" <container Name/ID> Issue: https://github.com/paypal/dce-go/issues/45