Skip to content

Commit cb5af83

Browse files
SvenDowideitArnaud Porterie
authored andcommitted
For now, docker stats appears to be libcontainer only
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
1 parent 96feaf1 commit cb5af83

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

docs/man/docker-stats.1.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ docker-stats - Display a live stream of one or more containers' resource usage s
1313

1414
Display 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

docs/sources/reference/api/docker_remote_api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ root filesystem as read only.
7373
**New!**
7474
This 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

docs/sources/reference/api/docker_remote_api_v1.17.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,8 @@ Status Codes:
523523

524524
This 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

docs/sources/reference/commandline/cli.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
20392041
Running `docker stats` on multiple containers
20402042

20412043
$ sudo docker stats redis1 redis2

0 commit comments

Comments
 (0)