moby--moby/cmd/dockerd
Brian Goff b0b9a25e7e Move log validator logic after plugins are loaded
This ensures that all log plugins are registered when the log validator
is run.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2018-02-15 11:53:11 -05:00
..
hack Add canonical import comment 2018-02-05 16:51:57 -05:00
README.md
config.go Fix "--node-generic-resource" singular/plural 2018-01-26 13:53:13 -08:00
config_common_unix.go
config_unix.go
config_unix_test.go
config_windows.go
daemon.go Move log validator logic after plugins are loaded 2018-02-15 11:53:11 -05:00
daemon_freebsd.go
daemon_linux.go Remove redundant build-tags 2017-12-18 17:41:53 +01:00
daemon_test.go Fix "--node-generic-resource" singular/plural 2018-01-26 13:53:13 -08:00
daemon_unix.go
daemon_unix_test.go
daemon_windows.go
docker.go
docker_windows.go Remove workaround for Nano server TP5 2018-02-07 23:38:14 -08:00
metrics.go
options.go
options_test.go
service_unsupported.go
service_windows.go

README.md

docker.go contains Docker daemon's main function.

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