moby--moby/registry
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
..
auth.go
auth_test.go
config.go
config_test.go
config_unix.go
config_windows.go
endpoint_test.go
endpoint_v1.go
reference.go
registry.go
registry_mock_test.go
registry_test.go Add `--limit` option to `docker search` 2016-06-02 19:12:20 -07:00
service.go Add `--limit` option to `docker search` 2016-06-02 19:12:20 -07:00
service_v1.go
service_v2.go
session.go Add `--limit` option to `docker search` 2016-06-02 19:12:20 -07:00
types.go