Files
docker-cli/components/engine/daemon
Ahmet Alp Balkan b1b57c9cd4 daemon: Logging drivers refactoring
- noplog driver pkg for '--log-driver=none' (null object pattern)
- centralized factory for log drivers (instead of case/switch)
- logging drivers registers themselves to factory upon import
  (easy plug/unplug of drivers in daemon/logdrivers.go)
- daemon now doesn't start with an invalid log driver
- Name() method of loggers is actually now their cli names (made it useful)
- generalized Read() logic, made it unsupported except json-file (preserves
  existing behavior)

Spotted some duplication code around processing of legacy json-file
format, didn't touch that and refactored in both places.

Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
Upstream-commit: 3a8728b431df07249ad913ea9a12e27dc39b8956
Component: engine
2015-05-12 19:11:52 +00:00
..
2015-04-07 08:43:14 -07:00
2015-05-04 16:07:45 -07:00
2015-04-30 12:17:33 -07:00
2015-05-04 16:07:45 -07:00
2015-05-08 17:48:20 +02:00
2015-05-12 19:11:52 +00:00
2015-04-27 16:45:51 -04:00
2015-05-06 16:19:27 -07:00
2015-04-13 15:27:45 +02:00
2015-05-09 10:02:46 +08:00
2015-04-23 00:58:13 +02:00
2015-04-09 16:06:54 -07:00
2015-05-12 19:11:52 +00:00
2014-05-17 17:56:02 +00:00
2015-04-10 01:52:55 +08: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

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver
  • networkdriver

Code pertaining to storing images:

  • graphdriver