Files
docker-cli/components/engine/daemon
Michael Crosby aab969a855 Move stats api types into api/types package
Move the stats structs from the api/stats package into a new package
api/types that will contain all the api structs for docker's api request
and responses.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
Upstream-commit: 7fed7d7eb4d7766d9342821f2667d160c5f958eb
Component: engine
2015-02-24 10:47:47 -08:00
..
2014-10-24 15:11:48 -07:00
2015-02-18 10:19:52 -05:00
2014-05-17 17:56:02 +00:00
2014-11-08 00:14:08 +00:00
2015-02-21 07:21:57 -05: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