2 parents 25a1681 + fc3ed90 commit 12c0c13Copy full SHA for 12c0c13
docs/reference/commandline/inspect.md
@@ -20,6 +20,8 @@ Docker inspect provides detailed information on constructs controlled by Docker.
20
21
By default, `docker inspect` will render results in a JSON array.
22
23
+## Examples
24
+
25
### <a name="format"></a> Format the output (--format)
26
27
If a format is specified, the given template will be executed for each result.
@@ -73,8 +75,6 @@ $ docker inspect --size database -f '{{ .SizeRw }}'
73
75
12288
74
76
```
77
-## Examples
-
78
### Get an instance's IP address
79
80
For the most part, you can pick out any field from the JSON in a fairly
0 commit comments