mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
92f10fe228
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> |
||
---|---|---|
.. | ||
formatter | ||
inspect | ||
volume | ||
attach.go | ||
build.go | ||
cli.go | ||
client.go | ||
commands.go | ||
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 | ||
kill.go | ||
load.go | ||
login.go | ||
logout.go | ||
logs.go | ||
network.go | ||
pause.go | ||
port.go | ||
ps.go | ||
pull.go | ||
push.go | ||
rename.go | ||
restart.go | ||
rm.go | ||
rmi.go | ||
run.go | ||
save.go | ||
search.go | ||
start.go | ||
stats.go | ||
stats_helpers.go | ||
stats_unit_test.go | ||
stop.go | ||
tag.go | ||
top.go | ||
trust.go | ||
trust_test.go | ||
unpause.go | ||
update.go | ||
utils.go | ||
version.go | ||
wait.go |