add size to inspect

Signed-off-by: Zhang Kun <zkazure@gmail.com>
This commit is contained in:
Zhang Kun
2015-10-10 20:44:29 +08:00
parent bf80adeee4
commit b4d6b23838
13 changed files with 108 additions and 8 deletions
+1
View File
@@ -92,6 +92,7 @@ list of DNS options to be used in the container.
* `GET /info` now lists engine version information.
* `GET /containers/json` will return `ImageID` of the image used by container.
* `POST /exec/(name)/start` will now return an HTTP 409 when the container is either stopped or paused.
* `GET /containers/(name)/json` now accepts a `size` parameter. Setting this parameter to '1' returns container size information in the `SizeRw` and `SizeRootFs` fields.
### v1.20 API changes