mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-26 18:17:24 +00:00
Add container list filtering to API docs.
Signed-off-by: Kamil Domański <kamil@domanski.co> (github: kdomanski)
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