mirror of
https://github.com/moby/moby.git
synced 2026-07-09 16:17:28 +00:00
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>
docker.go contains Docker's main function.
This file provides first line CLI argument parsing and environment variable setting.