mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Describe the differences between container-inspect and container-list
Signed-off-by: Boaz Shuster <ripcurld.github@gmail.com>
This commit is contained in:
parent
f502499647
commit
e8a1d99afb
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue