From 918b8e4e00794a2324cd673e21ffaca6452b3010 Mon Sep 17 00:00:00 2001 From: shin- Date: Tue, 7 May 2013 10:31:55 -0700 Subject: [PATCH] Added actual doc file Upstream-commit: 82513815f1d2bee77ae729b4293e29d6377ab03d Component: engine --- .../engine/docs/sources/commandline/command/search.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 components/engine/docs/sources/commandline/command/search.rst diff --git a/components/engine/docs/sources/commandline/command/search.rst b/components/engine/docs/sources/commandline/command/search.rst new file mode 100644 index 0000000000..0af24dfaf5 --- /dev/null +++ b/components/engine/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.