|
@@ -16,11 +16,12 @@ Usage: docker inspect [OPTIONS] NAME|ID [NAME|ID...]
|
|
|
Return low-level information on one or multiple containers, images, volumes,
|
|
|
networks, nodes, services, or tasks identified by name or ID.
|
|
|
|
|
|
+Options:
|
|
|
-f, --format Format the output using the given go template
|
|
|
- --help Print usage
|
|
|
+ --help Print usage
|
|
|
-s, --size Display total file sizes if the type is container
|
|
|
values are "image" or "container" or "task
|
|
|
- --type Return JSON for specified type
|
|
|
+ --type Return JSON for specified type
|
|
|
```
|
|
|
|
|
|
By default, this will render all results in a JSON array. If the container and
|