Add container health status, multi-volume storage, auto-refresh Overview
Deploy Dashboard / deploy (push) Successful in 35s
Deploy Dashboard / deploy (push) Successful in 35s
This commit is contained in:
@@ -13,6 +13,7 @@ def list_containers():
|
||||
"id": c.short_id,
|
||||
"name": c.name,
|
||||
"status": c.status,
|
||||
"health": (c.attrs.get("State", {}).get("Health", {}) or {}).get("Status", ""),
|
||||
"image": c.image.tags[0] if c.image.tags else str(c.image.id)[:20],
|
||||
"ports": c.ports,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user