Skip to content

Commit dfb36ea

Browse files
authored
Merge pull request #4031 from thaJeztah/carry_4027
changed the container name in docker stats page (carry 4027)
2 parents c173316 + d2f726d commit dfb36ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/commandline/stats.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,16 +95,16 @@ $ docker stats nginx --no-stream --format "{{ json . }}"
9595
Running `docker stats` with customized format on all (Running and Stopped) containers.
9696

9797
```console
98-
$ docker stats --all --format "table {{.Container}}\t{{.CPUPerc}}\t{{.MemUsage}}" fervent_panini 5acfcb1b4fd1 drunk_visvesvaraya big_heisenberg
98+
$ docker stats --all --format "table {{.Container}}\t{{.CPUPerc}}\t{{.MemUsage}}" fervent_panini 5acfcb1b4fd1 humble_visvesvaraya big_heisenberg
9999

100100
CONTAINER CPU % MEM USAGE / LIMIT
101101
fervent_panini 0.00% 56KiB / 15.57GiB
102102
5acfcb1b4fd1 0.07% 32.86MiB / 15.57GiB
103-
drunk_visvesvaraya 0.00% 0B / 0B
103+
humble_visvesvaraya 0.00% 0B / 0B
104104
big_heisenberg 0.00% 0B / 0B
105105
```
106106

107-
`drunk_visvesvaraya` and `big_heisenberg` are stopped containers in the above example.
107+
`humble_visvesvaraya` and `big_heisenberg` are stopped containers in the above example.
108108

109109
Running `docker stats` on all running containers against a Windows daemon.
110110

0 commit comments

Comments
 (0)