1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/api/client
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
..
formatter
inspect Refactor cli inspector to support new inspects. 2016-05-31 14:41:37 -07:00
volume Use Args in cobra.Command to validate args. 2016-05-31 15:43:16 -07:00
attach.go
build.go Un-deprecated command line short variant options of -c. 2016-05-26 08:22:27 -07:00
cli.go Migrate volume commands to cobra. 2016-05-31 14:41:37 -07:00
client.go
commands.go Migrate volume commands to cobra. 2016-05-31 14:41:37 -07:00
commit.go
cp.go
create.go
diff.go
events.go
exec.go
exec_test.go
export.go
hijack.go
history.go
images.go
import.go
info.go
inspect.go Refactor cli inspector to support new inspects. 2016-05-31 14:41:37 -07:00
kill.go
load.go
login.go
logout.go
logs.go
network.go Refactor cli inspector to support new inspects. 2016-05-31 14:41:37 -07:00
pause.go
port.go
ps.go
pull.go
push.go
rename.go
restart.go
rm.go
rmi.go
run.go Update ContainerStart calls to use options now 2016-06-02 16:56:13 +02:00
save.go
search.go Add --limit option to docker search 2016-06-02 19:12:20 -07:00
start.go Update ContainerStart calls to use options now 2016-06-02 16:56:13 +02:00
stats.go
stats_helpers.go
stats_unit_test.go
stop.go
tag.go Remove deprecated -f flag on docker tag 2016-06-01 09:44:25 -07:00
top.go
trust.go fix typos 2016-06-02 17:17:22 +08:00
trust_test.go
unpause.go
update.go Un-deprecated command line short variant options of -c. 2016-05-26 08:22:27 -07:00
utils.go
version.go
wait.go