Files
cli/components/engine/daemon
Brian Goff 9531505238 Allow pulling stats once and disconnecting.
Adds a `stream` query param to the stats API which allows API users to
only collect one stats entry and disconnect instead of keeping the
connection alive to stream more stats.

Also adds a `--no-stream` flag to `docker stats` which does the same

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
Upstream-commit: f3023a93d1a0a96a7312de441a550c758ac0c17d
Component: engine
2015-05-04 10:49:13 -04:00
..
2015-04-07 08:43:14 -07:00
2015-04-27 21:50:33 +02:00
2015-04-27 13:35:08 -07:00
2015-04-14 01:37:36 +02:00
2015-04-27 21:50:33 +02:00
2015-04-16 19:56:25 +08:00
2015-04-09 18:46:24 +02:00
2015-04-27 21:50:33 +02:00
2015-04-13 15:27:45 +02:00
2015-04-27 08:38:01 -07:00
2015-04-23 00:58:13 +02:00
2015-04-09 16:06:54 -07:00
2015-04-13 08:25:31 +02:00
2015-04-10 01:52:55 +08:00
2015-04-10 00:56:43 +02:00
2015-04-16 18:50:24 +02:00
2015-04-23 10:23:02 +08:00
2015-04-16 10:56:15 -04:00
2015-04-12 00:41:16 +02:00
2015-04-09 18:17:50 -07:00
2015-04-27 09:27:15 -07:00
2015-04-27 09:27:15 -07:00
2015-04-27 09:27:15 -07:00

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver
  • networkdriver

Code pertaining to storing images:

  • graphdriver