Merge pull request #10574 from SvenDowideit/docker-stats-limited-to-libcontainer

For now, docker stats appears to be libcontainer only
This commit is contained in:
Fred Lifton 2015-02-05 17:52:36 -08:00
commit 68b0ed54cb
4 changed files with 8 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -523,6 +523,8 @@ Status Codes:
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.
**Example request**:
GET /containers/redis1/stats HTTP/1.1

View file

@ -2028,6 +2028,8 @@ more details on finding shared images from the command line.
--help=false Print usage
> **Note**: this functionality currently only works when using the *libcontainer* exec-driver.
Running `docker stats` on multiple containers
$ sudo docker stats redis1 redis2