зеркало из https://github.com/docker/engine-api.git
Merge pull request #15796 from azurezk/add-size-to-inspect
add container size info to inspect
This commit is contained in:
Коммит
2e071f2b86
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче