docker-stats - Man Page

Display a live stream of container(s) resource usage statistics

Examples (TL;DR)

Synopsis

docker stats [Options] [CONTAINER...]

Description

Alias for docker container stats.

Options

-a,  --all[=false]

Show all containers (default shows just running)

--format=""

Pretty-print images using a Go template

-h,  --help[=false]

help for stats

--no-stream[=false]

Disable streaming stats and only pull the first result

--no-trunc[=false]

Do not truncate output

See Also

docker(1)

Info

May 2020 Docker Community