1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #33549 from ripcurld0/update_swagger

Describe the differences between container-inspect and container-list
This commit is contained in:
Vincent Demeester 2017-06-07 22:08:26 +02:00 committed by GitHub
commit 36db52a704

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"