|
@@ -114,7 +114,7 @@ Query Parameters:
|
|
sizes
|
|
sizes
|
|
- **filters** - a JSON encoded value of the filters (a `map[string][]string`) to process on the containers list. Available filters:
|
|
- **filters** - a JSON encoded value of the filters (a `map[string][]string`) to process on the containers list. Available filters:
|
|
- `exited=<int>`; -- containers with exit code of `<int>` ;
|
|
- `exited=<int>`; -- containers with exit code of `<int>` ;
|
|
- - `status=`(`created`|`restarting`|`running`|`paused`|`exited`)
|
|
|
|
|
|
+ - `status=`(`created`|`restarting`|`running`|`paused`|`exited`|`dead`)
|
|
- `label=key` or `label="key=value"` of a container label
|
|
- `label=key` or `label="key=value"` of a container label
|
|
- `isolation=`(`default`|`process`|`hyperv`) (Windows daemon only)
|
|
- `isolation=`(`default`|`process`|`hyperv`) (Windows daemon only)
|
|
|
|
|