Files
docker-cli/components/engine/daemon
Aaron Lehmann c5a5900eb9 Documentation improvements and code cleanups for graph package
Expand the godoc documentation for the graph package.

Centralize DefaultTag in the graphs/tag package instead of defining it
twice.

Remove some unnecessary "config" structs that are only used to pass
a few parameters to a function.

Simplify the GetParentsSize function - there's no reason for it to take
an accumulator argument.

Unexport some functions that aren't needed outside the package.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
Upstream-commit: d4836cd7ec1c085c5a5caa7eb7f5eda4ace10eb6
Component: engine
2015-07-30 14:27:10 -07:00
..
2015-04-07 08:43:14 -07:00
2015-07-29 13:09:39 -07:00
2015-07-21 22:49:49 +08:00
2015-07-29 21:25:56 +03:00
2015-07-27 17:44:18 -07:00
2015-07-29 21:25:56 +03:00
2015-07-29 21:25:56 +03:00
2015-06-01 12:39:28 -07:00
2015-06-01 12:39:28 -07:00
2015-07-22 00:47:41 +01:00
2015-06-01 12:39:28 -07:00
2014-05-17 17:56:02 +00:00
2015-06-01 12:39:28 -07:00
2015-06-01 12:39:28 -07:00
2015-07-16 15:33:13 -07:00
2015-07-02 16:12:42 -07:00
2015-07-16 16:02:26 -07:00
2015-07-16 16:02:26 -07:00
2015-07-16 16:02:26 -07:00
2015-07-16 16:02:26 -07:00
2015-06-01 12:39:28 -07:00
2015-06-01 12:39:28 -07:00
2015-06-01 12:39:28 -07:00
2015-07-29 21:25:56 +03:00
2015-07-29 21:25:56 +03: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