mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #27305 from yongtang/27294-docs-Size-RefCount
Update docs for `Size` and `RefCount` for `UsageData`
This commit is contained in:
commit
98d19efe50
1 changed files with 4 additions and 2 deletions
|
@ -2663,9 +2663,11 @@ Return docker data usage information
|
|||
"Mountpoint": "",
|
||||
"Labels": null,
|
||||
"Scope": "",
|
||||
"UsageData": {
|
||||
"Size": 0,
|
||||
"RefCount": 0
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue