Files
docker-docs/_data/engine-cli/docker_container_stats.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
595 B
YAML

command: docker container stats
short: Display a live stream of container(s) resource usage statistics
long: Display a live stream of container(s) resource usage statistics
usage: docker container stats [OPTIONS] [CONTAINER...]
pname: docker container
plink: docker_container.yaml
options:
- option: all
shorthand: a
default_value: "false"
description: Show all containers (default shows just running)
- option: format
description: Pretty-print images using a Go template
- option: no-stream
default_value: "false"
description: Disable streaming stats and only pull the first result