diff --git a/api/handlers.go b/api/handlers.go index 0322d3f50b..019aa0f19a 100644 --- a/api/handlers.go +++ b/api/handlers.go @@ -233,7 +233,7 @@ func getContainersJSON(c *context, w http.ResponseWriter, r *http.Request) { // `Status()` will generate a new one tmp.Status = container.Info.State.String() if !container.Engine.IsHealthy() { - tmp.Status = "Pending" + tmp.Status = "Host Down" } // Overwrite labels with the ones we have in the config.