1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/cmd/dockerd
Liron Levin 4192fe9c06 Enable to dynamically reload authorization plugins via daemon.config
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>
2016-07-30 14:59:07 +03:00
..
hack fix flaky test TestImportFileWithMessage 2016-05-27 23:19:29 +08:00
daemon.go Enable to dynamically reload authorization plugins via daemon.config 2016-07-30 14:59:07 +03:00
daemon_freebsd.go
daemon_linux.go plugins: experimental support for new plugin management 2016-06-14 14:20:27 -07:00
daemon_solaris.go Get the Docker Engine to build clean on Solaris 2016-05-23 16:37:12 -07:00
daemon_test.go Fixing v2 registry restriction for non-linux platforms. 2016-07-20 16:14:40 -07:00
daemon_unix.go Rename config LiveRestore to LiveRestoreEnabled 2016-07-28 17:10:40 -07:00
daemon_unix_test.go Fixing v2 registry restriction for non-linux platforms. 2016-07-20 16:14:40 -07:00
daemon_windows.go Ignore invalid host header between go1.6 and old docker clients 2016-05-19 21:07:45 +02:00
docker.go Improve flag help consistency, and update docs 2016-07-16 01:58:01 +02:00
docker_windows.go Windows: work around Go 1.6.2/Nano Server TP5 issue 2016-05-25 11:59:28 +02:00
README.md
routes.go plugins: experimental support for new plugin management 2016-06-14 14:20:27 -07:00
routes_experimental.go plugins: experimental support for new plugin management 2016-06-14 14:20:27 -07:00
service_unsupported.go Windows: Support running dockerd as a service 2016-04-26 14:04:47 -07:00
service_windows.go Fix typo in error message 2016-06-12 23:22:26 +02:00

docker.go contains Docker's main function.

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