Expose image list in node status

Change image manager to use repotag
This commit is contained in:
harry zhang
2015-12-02 16:53:56 +08:00
committed by harry
parent 66d3cbf889
commit 27ca7dc71e
11 changed files with 134 additions and 19 deletions

View File

@@ -319,7 +319,7 @@ type Image struct {
// ID of the image.
ID string
// Other names by which this image is known.
Tags []string
RepoTags []string
// The size of the image in bytes.
Size int64
}