Files
docker-docs/_data/engine-cli-edge/docker_container_stats.yaml
Misty Stanley-Jones b3ca1d6120 Add 17.04 CLI refs
Also adjust CLI stub pages and cli.md to look in a different
data folder for edge releases
2017-04-05 17:45:44 -07:00

18 lines
596 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