1
0
Fork 0
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:
Kamil Domanski 2014-12-13 13:58:21 +01:00
parent 7da0f2ee19
commit 37bdb05615
3 changed files with 3 additions and 0 deletions

View file

@ -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:

View file

@ -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:

View file

@ -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: