Describe the differences between container-inspect and container-list

Signed-off-by: Boaz Shuster <ripcurld.github@gmail.com>
Upstream-commit: e8a1d99afb42d0931f7e1fd3df41611aafddf5a9
Component: engine
This commit is contained in:
Boaz Shuster
2017-06-06 21:33:02 +03:00
parent 28fd21b9d9
commit cc0cc953be

View File

@ -2698,6 +2698,11 @@ paths:
/containers/json:
get:
summary: "List containers"
description: |
Returns a list of containers. For details on the format, see [the inspect endpoint](#operation/ContainerInspect).
Note that it uses a different, smaller representation of a container than inspecting a single container. For example,
the list of linked containers is not propagated .
operationId: "ContainerList"
produces:
- "application/json"