Allow discovering non-running Docker containers
This commit is contained in:
parent
5c489c05fc
commit
10be359327
10 changed files with 600 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue