Files
docker-docs/_data/engine-cli/docker_inspect.yaml
French Ben d612188de0 Initial dump of CLI in yaml (#737)
Signed-off-by: French Ben <frenchben@docker.com>
2017-01-19 10:38:49 -08:00

17 lines
550 B
YAML

command: docker inspect
short: Return low-level information on a container, image or task
long: Return low-level information on a container, image or task
usage: docker inspect [OPTIONS] CONTAINER|IMAGE|TASK [CONTAINER|IMAGE|TASK...]
pname: docker
plink: docker.yaml
options:
- option: format
shorthand: f
description: Format the output using the given go template
- option: size
shorthand: s
default_value: "false"
description: Display total file sizes if the type is container
- option: type
description: Return JSON for specified type