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