mirror of https://github.com/docker/docs.git
Add missing API docs about filtering by label.
Signed-off-by: Daniel Nephin <dnephin@gmail.com>
This commit is contained in:
parent
6cba3109c2
commit
cfd0f53b03
|
@ -91,6 +91,7 @@ Query Parameters:
|
||||||
- **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=(restarting|running|paused|exited)
|
- status=(restarting|running|paused|exited)
|
||||||
|
- label=`key` or `key=value` of a container label
|
||||||
|
|
||||||
Status Codes:
|
Status Codes:
|
||||||
|
|
||||||
|
@ -1191,6 +1192,7 @@ Query Parameters:
|
||||||
- **all** – 1/True/true or 0/False/false, default false
|
- **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:
|
- **filters** – a json encoded value of the filters (a map[string][]string) to process on the images list. Available filters:
|
||||||
- dangling=true
|
- dangling=true
|
||||||
|
- label=`key` or `key=value` of an image label
|
||||||
|
|
||||||
### Build image from a Dockerfile
|
### Build image from a Dockerfile
|
||||||
|
|
||||||
|
|
|
@ -91,6 +91,7 @@ Query Parameters:
|
||||||
- **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=(restarting|running|paused|exited)
|
- status=(restarting|running|paused|exited)
|
||||||
|
- label=`key` or `key=value` of a container label
|
||||||
|
|
||||||
Status Codes:
|
Status Codes:
|
||||||
|
|
||||||
|
@ -1194,6 +1195,7 @@ Query Parameters:
|
||||||
- **all** – 1/True/true or 0/False/false, default false
|
- **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:
|
- **filters** – a json encoded value of the filters (a map[string][]string) to process on the images list. Available filters:
|
||||||
- dangling=true
|
- dangling=true
|
||||||
|
- label=`key` or `key=value` of an image label
|
||||||
|
|
||||||
### Build image from a Dockerfile
|
### Build image from a Dockerfile
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue