mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add container list filtering to API docs.
Signed-off-by: Kamil Domański <kamil@domanski.co> (github: kdomanski)
This commit is contained in:
parent
7da0f2ee19
commit
37bdb05615
3 changed files with 3 additions and 0 deletions
|
@ -84,6 +84,7 @@ Query Parameters:
|
|||
- **since** – Show only containers created since Id, include non-running ones.
|
||||
- **before** – Show only containers created before Id, include non-running ones.
|
||||
- **size** – 1/True/true or 0/False/false, Show the containers sizes
|
||||
- **filters** - a json encoded value of the filters (a map[string][]string) to process on the containers list.
|
||||
|
||||
Status Codes:
|
||||
|
||||
|
|
|
@ -88,6 +88,7 @@ Query Parameters:
|
|||
non-running ones.
|
||||
- **size** – 1/True/true or 0/False/false, Show the containers
|
||||
sizes
|
||||
- **filters** - a json encoded value of the filters (a map[string][]string) to process on the containers list.
|
||||
|
||||
Status Codes:
|
||||
|
||||
|
|
|
@ -88,6 +88,7 @@ Query Parameters:
|
|||
non-running ones.
|
||||
- **size** – 1/True/true or 0/False/false, Show the containers
|
||||
sizes
|
||||
- **filters** - a json encoded value of the filters (a map[string][]string) to process on the containers list.
|
||||
|
||||
Status Codes:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue