mirror of https://github.com/docker/docs.git
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) |
||
|---|---|---|
| .. | ||
| hack | ||
| README.md | ||
| daemon.go | ||
| daemon_freebsd.go | ||
| daemon_linux.go | ||
| daemon_no_plugin_support.go | ||
| daemon_plugin_support.go | ||
| 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.