docs/cmd/dockerd
Brian Goff 9647e4d6cc Implement plugin restore after daemon restart
This ensures that:

- The in-memory plugin store is populated with all the plugins
- Plugins which were active before daemon restart are active after.
  This utilizes the liverestore feature when available, otherwise it
  manually starts the plugin.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
(cherry picked from commit dfd91873056c172ffc061d882da0cd18204b521a)
2016-06-16 23:36:58 -07:00
..
hack
README.md
daemon.go
daemon_freebsd.go
daemon_linux.go
daemon_no_plugin_support.go
daemon_plugin_support.go Implement plugin restore after daemon restart 2016-06-16 23:36:58 -07:00
daemon_solaris.go
daemon_test.go
daemon_unix.go
daemon_unix_test.go
daemon_windows.go
docker.go
docker_windows.go
routes.go
routes_experimental.go
service_unsupported.go
service_windows.go

README.md

docker.go contains Docker's main function.

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