Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
@@ -13,6 +13,8 @@ docker-stats - Display a live stream of one or more containers' resource usage s
Display a live stream of one or more containers' resource usage statistics
+Note: this functionality currently only works when using the *libcontainer* exec-driver.
+
# OPTIONS
**--help**
Print usage statement
@@ -73,6 +73,8 @@ root filesystem as read only.
**New!**
This endpoint returns a live stream of a container's resource usage statistics.
+> **Note**: this functionality currently only works when using the *libcontainer* exec-driver.
## v1.16
@@ -523,6 +523,8 @@ Status Codes:
**Example request**:
GET /containers/redis1/stats HTTP/1.1
@@ -2004,6 +2004,8 @@ more details on finding shared images from the command line.
--help=false Print usage
Running `docker stats` on multiple containers
$ sudo docker stats redis1 redis2