From 8072d3a4e009f404fbc31507887c3418ea7327fc Mon Sep 17 00:00:00 2001 From: pandrew Date: Thu, 19 Dec 2013 20:55:19 +0100 Subject: [PATCH] Update docs to include images for docker inspect --- docs/sources/commandline/cli.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sources/commandline/cli.rst b/docs/sources/commandline/cli.rst index fc18066533..e5d6b05cd8 100644 --- a/docs/sources/commandline/cli.rst +++ b/docs/sources/commandline/cli.rst @@ -681,11 +681,11 @@ Insert file from github :: - Usage: docker inspect [OPTIONS] CONTAINER + Usage: docker inspect CONTAINER|IMAGE [CONTAINER|IMAGE...] - Return low-level information on a container + Return low-level information on a container/image - -format="": template to output results + -format="": Format the output using the given go template. By default, this will render all results in a JSON array. If a format is specified, the given template will be executed for each result.