Browse code

Add container list filtering to API docs.

Signed-off-by: Kamil Domański <kamil@domanski.co> (github: kdomanski)

Kamil Domanski authored on 2014/12/13 21:58:21
Showing 3 changed files
... ...
@@ -84,6 +84,7 @@ Query Parameters:
84 84
 -   **since** – Show only containers created since Id, include non-running ones.
85 85
 -   **before** – Show only containers created before Id, include non-running ones.
86 86
 -   **size** – 1/True/true or 0/False/false, Show the containers sizes
87
+-   **filters** - a json encoded value of the filters (a map[string][]string) to process on the containers list.
87 88
 
88 89
 Status Codes:
89 90
 
... ...
@@ -88,6 +88,7 @@ Query Parameters:
88 88
         non-running ones.
89 89
 -   **size** – 1/True/true or 0/False/false, Show the containers
90 90
         sizes
91
+-   **filters** - a json encoded value of the filters (a map[string][]string) to process on the containers list.
91 92
 
92 93
 Status Codes:
93 94
 
... ...
@@ -88,6 +88,7 @@ Query Parameters:
88 88
         non-running ones.
89 89
 -   **size** – 1/True/true or 0/False/false, Show the containers
90 90
         sizes
91
+-   **filters** - a json encoded value of the filters (a map[string][]string) to process on the containers list.
91 92
 
92 93
 Status Codes:
93 94