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 |
| 13 | 13 |
|
| 14 | 14 |
Display a live stream of one or more containers' resource usage statistics |
| 15 | 15 |
|
| 16 |
+Note: this functionality currently only works when using the *libcontainer* exec-driver. |
|
| 17 |
+ |
|
| 16 | 18 |
# OPTIONS |
| 17 | 19 |
**--help** |
| 18 | 20 |
Print usage statement |
| ... | ... |
@@ -523,6 +523,8 @@ Status Codes: |
| 523 | 523 |
|
| 524 | 524 |
This endpoint returns a live stream of a container's resource usage statistics. |
| 525 | 525 |
|
| 526 |
+> **Note**: this functionality currently only works when using the *libcontainer* exec-driver. |
|
| 527 |
+ |
|
| 526 | 528 |
**Example request**: |
| 527 | 529 |
|
| 528 | 530 |
GET /containers/redis1/stats HTTP/1.1 |
| ... | ... |
@@ -2004,6 +2004,8 @@ more details on finding shared images from the command line. |
| 2004 | 2004 |
|
| 2005 | 2005 |
--help=false Print usage |
| 2006 | 2006 |
|
| 2007 |
+> **Note**: this functionality currently only works when using the *libcontainer* exec-driver. |
|
| 2008 |
+ |
|
| 2007 | 2009 |
Running `docker stats` on multiple containers |
| 2008 | 2010 |
|
| 2009 | 2011 |
$ sudo docker stats redis1 redis2 |