docs/_data/engine-cli/docker_stats.yaml

18 lines
531 B
YAML

command: docker stats
short: Display a live stream of container(s) resource usage statistics
long: |
Alias for `docker container stats`.
usage: docker stats [OPTIONS] [CONTAINER...]
pname: docker
plink: docker.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