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:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user