1
0
mirror of https://github.com/docker/cli.git synced 2025-08-08 12:02:07 +03:00

Modify short and flags for docker inspect

Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
This commit is contained in:
yuexiao-wang
2016-09-18 13:11:02 +08:00
committed by Tibor Vass
parent 33964db9d0
commit 49a282eb1c
2 changed files with 7 additions and 8 deletions

View File

@@ -18,14 +18,13 @@ keywords: ["inspect, container, json"]
```markdown
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.
Return low-level information on Docker object(s) (e.g. container, image, volume,
network, node, service, or task) identified by name or ID
Options:
-f, --format Format the output using the given Go template
--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
```