agent: support new Docker API Health field (#1475)

This commit is contained in:
henrygd
2026-03-14 15:26:44 -04:00
parent bd94a9d142
commit a7f99e7a8c
2 changed files with 12 additions and 0 deletions

View File

@@ -10,6 +10,10 @@ type ApiInfo struct {
Status string
State string
Image string
Health struct {
Status string
// FailingStreak int
}
// ImageID string
// Command string
// Created int64