Files
docker-cli/components/engine/cmd/dockerd
Brian Goff c782cb6c44 Make plugin emit strongly typed, consumable events
Enables other subsystems to watch actions for a plugin(s).

This will be used specifically for implementing plugins on swarm where a
swarm controller needs to watch the state of a plugin.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
Upstream-commit: 72c3bcf2a533a827402945e3a55872e2db4fb024
Component: engine
2017-07-06 14:26:06 -04:00
..
2017-06-20 09:21:37 -07:00
2017-06-01 13:34:31 -07:00
2017-05-10 14:16:27 -07:00
2017-06-01 13:34:31 -07:00
2016-10-27 10:34:38 -07:00
2017-06-01 13:34:31 -07:00
2017-06-01 13:34:31 -07:00
2016-09-01 14:47:51 +08:00

docker.go contains Docker daemon's main function.

This file provides first line CLI argument parsing and environment variable setting.