diff --git a/docs/reference/commandline/inspect.md b/docs/reference/commandline/inspect.md index b566c5ae4d..ce25827e85 100644 --- a/docs/reference/commandline/inspect.md +++ b/docs/reference/commandline/inspect.md @@ -20,6 +20,8 @@ Docker inspect provides detailed information on constructs controlled by Docker. By default, `docker inspect` will render results in a JSON array. +## Examples + ### Format the output (--format) If a format is specified, the given template will be executed for each result. @@ -73,8 +75,6 @@ $ docker inspect --size database -f '{{ .SizeRw }}' 12288 ``` -## Examples - ### Get an instance's IP address For the most part, you can pick out any field from the JSON in a fairly