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

Update docs for `Size` and `RefCount` for `UsageData`
This commit is contained in:
Tõnis Tiigi 2016-10-12 11:51:21 -07:00 коммит произвёл GitHub
Родитель c8e8be8478 a68047fe68
Коммит 98d19efe50
1 изменённых файлов: 4 добавлений и 2 удалений

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

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