From 92ef40a8260e5e8dcd5579a6f9d942c4e68702ed Mon Sep 17 00:00:00 2001 From: Nathan Hsieh Date: Wed, 14 Jan 2015 18:03:09 -0800 Subject: [PATCH] added note to man & cli docs on search limit Signed-off-by: Nathan Hsieh --- docs/man/docker-search.1.md | 2 ++ docs/sources/reference/commandline/cli.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/man/docker-search.1.md b/docs/man/docker-search.1.md index 3937b870a3..8f3d81e08e 100644 --- a/docs/man/docker-search.1.md +++ b/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 is automated. +*Note* - Search queries will only return up to 25 results + # OPTIONS **--automated**=*true*|*false* Only show automated builds. The default is *false*. diff --git a/docs/sources/reference/commandline/cli.md b/docs/sources/reference/commandline/cli.md index aab3d6af47..e6f75e0ca0 100644 --- a/docs/sources/reference/commandline/cli.md +++ b/docs/sources/reference/commandline/cli.md @@ -1868,6 +1868,8 @@ See [*Find Public Images on Docker Hub*]( /userguide/dockerrepos/#searching-for-images) for more details on finding shared images from the command line. +*Note* - Search queries will only return up to 25 results + ## start Usage: docker start [OPTIONS] CONTAINER [CONTAINER...]