update agent to use short container id

This commit is contained in:
Henry Dollman
2024-07-23 19:51:35 -04:00
parent 52c77dd361
commit 41df7b7392
2 changed files with 16 additions and 14 deletions

View File

@@ -4,6 +4,7 @@ import "time"
type Container struct {
ID string `json:"Id"`
IdShort string
Names []string
Image string
ImageID string