mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
Remove search limit since pagination support
Remove the search limit check since the c/image v5.6.0 supports pagination and can give result over 100 entries. Signed-off-by: Qi Wang <qiwan@redhat.com>
This commit is contained in:
@ -62,7 +62,7 @@ Note: use .Tag only if the --list-tags is set.
|
||||
|
||||
**--limit**=*limit*
|
||||
|
||||
Limit the number of results. This value can be in the range between 1 and 100. The default number of results is 25.
|
||||
Limit the number of results (default 25).
|
||||
Note: The results from each registry will be limited to this value.
|
||||
Example if limit is 10 and two registries are being searched, the total
|
||||
number of results will be 20, 10 from each (if there are at least 10 matches in each).
|
||||
|
Reference in New Issue
Block a user