mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-06 13:41:36 +00:00
SizeRW & SizeRootFs omitted if empty in /container/json call
Signed-off-by: Antonio Murdaca <runcom@linux.com>
This commit is contained in:
+2
-2
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user