mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #14900 from duglin/AddFilterToDoc
Add filter to /images/json docs
This commit is contained in:
commit
4e035031b0
9 changed files with 9 additions and 0 deletions
|
@ -791,6 +791,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
|
||||
- **filter** - only return images with the specified name
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -782,6 +782,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
|
||||
- **filter** - only return images with the specified name
|
||||
|
||||
### Create an image
|
||||
|
||||
|
|
|
@ -792,6 +792,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
|
||||
- **filter** - only return images with the specified name
|
||||
|
||||
### Create an image
|
||||
|
||||
|
|
|
@ -941,6 +941,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
|
||||
- **filter** - only return images with the specified name
|
||||
|
||||
### Create an image
|
||||
|
||||
|
|
|
@ -888,6 +888,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
|
||||
- **filter** - only return images with the specified name
|
||||
|
||||
### Create an image
|
||||
|
||||
|
|
|
@ -1046,6 +1046,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
|
||||
- **filter** - only return images with the specified name
|
||||
|
||||
### Build image from a Dockerfile
|
||||
|
||||
|
|
|
@ -1127,6 +1127,7 @@ Query Parameters:
|
|||
- **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
|
||||
- **filter** - only return images with the specified name
|
||||
|
||||
### Build image from a Dockerfile
|
||||
|
||||
|
|
|
@ -1146,6 +1146,7 @@ Query Parameters:
|
|||
- **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
|
||||
- **filter** - only return images with the specified name
|
||||
|
||||
### Build image from a Dockerfile
|
||||
|
||||
|
|
|
@ -1273,6 +1273,7 @@ Query Parameters:
|
|||
- **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
|
||||
- **filter** - only return images with the specified name
|
||||
|
||||
### Build image from a Dockerfile
|
||||
|
||||
|
|
Loading…
Reference in a new issue