зеркало из https://github.com/docker/engine-api.git
SizeRW & SizeRootFs omitted if empty in /container/json call
Signed-off-by: Antonio Murdaca <runcom@linux.com>
This commit is contained in:
Родитель
d71be03231
Коммит
a261002a97
|
@ -107,8 +107,8 @@ type Container struct {
|
|||
Command string
|
||||
Created int
|
||||
Ports []Port
|
||||
SizeRw int
|
||||
SizeRootFs int
|
||||
SizeRw int `json:",omitempty"`
|
||||
SizeRootFs int `json:",omitempty"`
|
||||
Labels map[string]string
|
||||
Status string
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче