Files
docker-cli/components/engine/daemon
Alexandr Morozov a195939eec Separate events subsystem
* Events subsystem merged from `server/events.go` and
  `utils/jsonmessagepublisher.go` and moved to `events/events.go`
* Only public interface for this subsystem is engine jobs
* There is two new engine jobs - `log_event` and `subscribers_count`
* There is auxiliary function `container.LogEvent` for logging events for
  containers

Docker-DCO-1.1-Signed-off-by: Alexandr Morozov <lk4d4math@gmail.com> (github: LK4D4)
[solomon@docker.com: resolve merge conflicts]
Signed-off-by: Solomon Hykes <solomon@docker.com>
Upstream-commit: 8d056423f8c433927089bd7eb6bc97abbc1ed502
Component: engine
2014-08-06 10:08:19 +00:00
..
2014-08-01 14:24:46 -04:00
2014-08-01 14:17:24 -04:00
2014-08-06 10:08:19 +00:00
2014-08-01 14:24:41 -04:00
2014-08-06 10:08:19 +00:00
2014-08-06 10:08:19 +00:00
2014-08-06 10:08:19 +00:00
2014-08-06 10:08:19 +00:00
2014-08-06 10:08:19 +00:00
2014-08-01 14:24:58 -04:00
2014-08-01 14:17:29 -04:00
2014-06-20 09:40:29 -04:00
2014-08-06 10:08:19 +00:00
2014-05-17 17:56:02 +00:00
2014-08-01 14:17:20 -04:00
2014-08-06 10:08:19 +00:00
2014-08-06 10:08:19 +00:00
2014-08-06 10:08:19 +00:00
2014-08-06 10:08:19 +00:00
2014-08-01 14:24:52 -04:00
2014-08-01 14:17:16 -04: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