From 82513815f1d2bee77ae729b4293e29d6377ab03d Mon Sep 17 00:00:00 2001 From: shin- Date: Tue, 7 May 2013 10:31:55 -0700 Subject: [PATCH] Added actual doc file --- docs/sources/commandline/command/search.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/sources/commandline/command/search.rst diff --git a/docs/sources/commandline/command/search.rst b/docs/sources/commandline/command/search.rst new file mode 100644 index 000000000..0af24dfaf --- /dev/null +++ b/docs/sources/commandline/command/search.rst @@ -0,0 +1,10 @@ +=================================================================== +``search`` -- Search for an image in the docker index +=================================================================== + +:: + + Usage: docker search TERM + + Searches for the TERM parameter on the Docker index and prints out a list of repositories + that match.