File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ docker-stats - Display a live stream of one or more containers' resource usage s
1313
1414Display a live stream of one or more containers' resource usage statistics
1515
16+ Note: this functionality currently only works when using the * libcontainer* exec-driver.
17+
1618# OPTIONS
1719** --help**
1820 Print usage statement
Original file line number Diff line number Diff line change @@ -73,6 +73,8 @@ root filesystem as read only.
7373** New!**
7474This endpoint returns a live stream of a container's resource usage statistics.
7575
76+ > ** Note** : this functionality currently only works when using the * libcontainer* exec-driver.
77+
7678
7779## v1.16
7880
Original file line number Diff line number Diff line change @@ -523,6 +523,8 @@ Status Codes:
523523
524524This endpoint returns a live stream of a container's resource usage statistics.
525525
526+ > ** Note** : this functionality currently only works when using the * libcontainer* exec-driver.
527+
526528** Example request** :
527529
528530 GET /containers/redis1/stats HTTP/1.1
Original file line number Diff line number Diff line change @@ -2036,6 +2036,8 @@ more details on finding shared images from the command line.
20362036
20372037 --help=false Print usage
20382038
2039+ > ** Note** : this functionality currently only works when using the * libcontainer* exec-driver.
2040+
20392041Running ` docker stats ` on multiple containers
20402042
20412043 $ sudo docker stats redis1 redis2
You can’t perform that action at this time.
0 commit comments