Following #22729, enable to dynamically reload/remove the daemon authorization plugins (via standard reloading mechanism). https://docs.docker.com/engine/reference/commandline/daemon/#daemon- configuration-file Daemon must store a reference to the authorization middleware to refresh the plugin on configuration changes. Signed-off-by: Liron Levin <liron@twistlock.com> Upstream-commit: 4192fe9c06d150fadfe18f228a6f9c3875227b8a Component: engine
docker.go contains Docker's main function.
This file provides first line CLI argument parsing and environment variable setting.