Files
docker-cli/components/engine/cmd/dockerd
Flavio Crisciani 4d38282082 Add option to enable networkDB debug
Add a new configuration option to allow the enabling
of the networkDB debug. The option is only parsed using the
reload event. This will protect the daemon on start or restart
if the option is left behind in the config file

Signed-off-by: Flavio Crisciani <flavio.crisciani@docker.com>
Upstream-commit: a97e45794ea8318a08daf763a5b63b04184a886b
Component: engine
2017-12-06 13:19:47 -08:00
..
2017-08-21 18:15:08 -04:00
2017-12-06 13:19:47 -08:00
2017-07-31 13:16:46 -07:00
2017-07-31 13:16:46 -07:00
2017-06-01 13:34:31 -07:00
2017-07-31 13:16:46 -07:00
2016-09-01 14:47:51 +08:00
2017-07-31 13:16:46 -07:00

docker.go contains Docker daemon's main function.

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