Add image information for docker containers

This commit is contained in:
James Sulinski
2017-02-09 00:20:10 -08:00
parent 1730caf124
commit 3380e905de
4 changed files with 9 additions and 4 deletions

View File

@@ -398,4 +398,5 @@ type Container struct {
ContainerID string
Name string
Type string
Image string
}