Add a --filter option to docker search
The filtering is made server-side, and the following filters are supported: * is-official (boolean) * is-automated (boolean) * has-stars (integer) Signed-off-by: Fabrizio Soppelsa <fsoppelsa@mirantis.com> Signed-off-by: Vincent Demeester <vincent@sbr.pm> Upstream-commit: e009ebdf4c0bf0ff64da8d48eefad63d0644de3e Component: engine
This commit is contained in:
committed by
Vincent Demeester
parent
f66ae64dbf
commit
214a2bf487
@ -118,6 +118,7 @@ This section lists each version from latest to oldest. Each listing includes a
|
||||
* `POST /containers/create` now takes `MaximumIOps` and `MaximumIOBps` fields. Windows daemon only.
|
||||
* `POST /containers/create` now returns a HTTP 400 "bad parameter" message
|
||||
if no command is specified (instead of a HTTP 500 "server error")
|
||||
* `GET /images/search` now takes a `filters` query parameter.
|
||||
|
||||
### v1.23 API changes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user