Add container list filtering to API docs.
Signed-off-by: Kamil Domański <kamil@domanski.co> (github: kdomanski) Upstream-commit: 37bdb05615763f94f7877cce3426752d43b48ff7 Component: engine
This commit is contained in:
@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user