Merge pull request #27305 from yongtang/27294-docs-Size-RefCount

Update docs for `Size` and `RefCount` for `UsageData`
Upstream-commit: 98d19efe50554227539698bb60b97d65ba0cfbab
Component: engine
This commit is contained in:
Tõnis Tiigi
2016-10-12 11:51:21 -07:00
committed by GitHub

View File

@ -2663,8 +2663,10 @@ Return docker data usage information
"Mountpoint": "",
"Labels": null,
"Scope": "",
"Size": 0,
"RefCount": 0
"UsageData": {
"Size": 0,
"RefCount": 0
}
}
]
}