1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/api/server
Yong Tang 92f10fe228 Add --limit option to docker search
This fix tries to address the issue raised in #23055.
Currently `docker search` result caps at 25 and there is
no way to allow getting more results (if exist).

This fix adds the flag `--limit` so that it is possible
to return more results from the `docker search`.

Related documentation has been updated.

Additional tests have been added to cover the changes.

This fix fixes #23055.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2016-06-02 19:12:20 -07:00
..
httputils fix typos 2016-06-02 17:17:22 +08:00
middleware Update code for latest engine-api 2016-04-19 16:56:54 +02:00
router Add --limit option to docker search 2016-06-02 19:12:20 -07:00
middleware.go Move middleware to interfaces. 2016-04-11 09:19:27 -07:00
profiler.go Remove all docker debugging knowledge from the server. 2016-02-16 14:11:16 -05:00
router_swapper.go fix typos 2016-03-06 00:59:11 +08:00
server.go Move middleware to interfaces. 2016-04-11 09:19:27 -07:00
server_test.go Update code for latest engine-api 2016-04-19 16:56:54 +02:00