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,8 +2663,10 @@ Return docker data usage information
|
||||||
"Mountpoint": "",
|
"Mountpoint": "",
|
||||||
"Labels": null,
|
"Labels": null,
|
||||||
"Scope": "",
|
"Scope": "",
|
||||||
"Size": 0,
|
"UsageData": {
|
||||||
"RefCount": 0
|
"Size": 0,
|
||||||
|
"RefCount": 0
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue