Merge pull request #14522 from carlossg/patch-1
Clarify filters option in list containers doc
This commit is contained in:
commit
d951ef128f
3 changed files with 6 additions and 6 deletions
|
@ -102,7 +102,7 @@ Query Parameters:
|
|||
- **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>
|
||||
- status=(restarting|running|paused|exited)
|
||||
- label=`key` or `key=value` of a container label
|
||||
- label=`key` or `label="key=value"` of a container label
|
||||
|
||||
Status Codes:
|
||||
|
||||
|
@ -1126,7 +1126,7 @@ Query Parameters:
|
|||
- **all** – 1/True/true or 0/False/false, default false
|
||||
- **filters** – a json encoded value of the filters (a map[string][]string) to process on the images list. Available filters:
|
||||
- dangling=true
|
||||
- label=`key` or `key=value` of an image label
|
||||
- label=`key` or `label="key=value"` of an image label
|
||||
- **filter** - only return images with the specified name
|
||||
|
||||
### Build image from a Dockerfile
|
||||
|
|
|
@ -104,7 +104,7 @@ Query Parameters:
|
|||
- **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>` ;
|
||||
- `status=`(`restarting`|`running`|`paused`|`exited`)
|
||||
- `label=key` or `key=value` of a container label
|
||||
- `label=key` or `label="key=value"` of a container label
|
||||
|
||||
Status Codes:
|
||||
|
||||
|
@ -1145,7 +1145,7 @@ Query Parameters:
|
|||
- **all** – 1/True/true or 0/False/false, default false
|
||||
- **filters** – a JSON encoded value of the filters (a map[string][]string) to process on the images list. Available filters:
|
||||
- `dangling=true`
|
||||
- `label=key` or `key=value` of an image label
|
||||
- `label=key` or `label="key=value"` of an image label
|
||||
- **filter** - only return images with the specified name
|
||||
|
||||
### Build image from a Dockerfile
|
||||
|
|
|
@ -104,7 +104,7 @@ Query Parameters:
|
|||
- **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>` ;
|
||||
- `status=`(`created`|`restarting`|`running`|`paused`|`exited`)
|
||||
- `label=key` or `key=value` of a container label
|
||||
- `label=key` or `label="key=value"` of a container label
|
||||
|
||||
Status Codes:
|
||||
|
||||
|
@ -1272,7 +1272,7 @@ Query Parameters:
|
|||
- **all** – 1/True/true or 0/False/false, default false
|
||||
- **filters** – a JSON encoded value of the filters (a map[string][]string) to process on the images list. Available filters:
|
||||
- `dangling=true`
|
||||
- `label=key` or `key=value` of an image label
|
||||
- `label=key` or `label="key=value"` of an image label
|
||||
- **filter** - only return images with the specified name
|
||||
|
||||
### Build image from a Dockerfile
|
||||
|
|
Loading…
Add table
Reference in a new issue