Merge pull request #15796 from azurezk/add-size-to-inspect

add container size info to inspect
This commit is contained in:
Vincent Demeester 2015-10-13 23:16:10 +02:00
Родитель 8f84758d81 f2552d8162
Коммит 2e071f2b86
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -269,6 +269,8 @@ type ContainerJSONBase struct {
ExecIDs []string
HostConfig *runconfig.HostConfig
GraphDriver GraphDriverData
SizeRw *int64 `json:",omitempty"`
SizeRootFs *int64 `json:",omitempty"`
}
// ContainerJSON is newly used struct along with MountPoint