فهرست منبع

added note to man & cli docs on search limit

Signed-off-by: Nathan Hsieh <hsieh.nathan@gmail.com>
Nathan Hsieh 10 سال پیش
والد
کامیت
92ef40a826
2فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 2 0
      docs/man/docker-search.1.md
  2. 2 0
      docs/sources/reference/commandline/cli.md

+ 2 - 0
docs/man/docker-search.1.md

@@ -18,6 +18,8 @@ of images returned displays the name, description (truncated by default),
 number of stars awarded, whether the image is official, and whether it
 number of stars awarded, whether the image is official, and whether it
 is automated.
 is automated.
 
 
+*Note* - Search queries will only return up to 25 results
+
 # OPTIONS
 # OPTIONS
 **--automated**=*true*|*false*
 **--automated**=*true*|*false*
    Only show automated builds. The default is *false*.
    Only show automated builds. The default is *false*.

+ 2 - 0
docs/sources/reference/commandline/cli.md

@@ -1868,6 +1868,8 @@ See [*Find Public Images on Docker Hub*](
 /userguide/dockerrepos/#searching-for-images) for
 /userguide/dockerrepos/#searching-for-images) for
 more details on finding shared images from the command line.
 more details on finding shared images from the command line.
 
 
+*Note* - Search queries will only return up to 25 results 
+
 ## start
 ## start
 
 
     Usage: docker start [OPTIONS] CONTAINER [CONTAINER...]
     Usage: docker start [OPTIONS] CONTAINER [CONTAINER...]