1
0
Fork 0

Allow discovering non-running Docker containers

This commit is contained in:
Alexis Couvreur 2025-10-24 08:08:04 -04:00 committed by GitHub
parent 5c489c05fc
commit 10be359327
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 600 additions and 11 deletions

View file

@ -10,6 +10,7 @@ type dockerData struct {
ID string
ServiceName string
Name string
Status string
Labels map[string]string // List of labels set to container or service
NetworkSettings networkSettings
Health string