moby--moby/cmd/dockerd
Karthik Karanth 05346355db Refactor code in cmd/dockerd/daemon.go
Signed-off-by: Karthik Karanth <karanth.karthik@gmail.com>
2018-04-13 00:14:20 +05:30
..
hack
README.md
config.go
config_common_unix.go
config_unix.go
config_unix_test.go
config_windows.go
daemon.go Refactor code in cmd/dockerd/daemon.go 2018-04-13 00:14:20 +05:30
daemon_freebsd.go
daemon_linux.go
daemon_test.go
daemon_unix.go Split daemon service code to _windows file 2018-03-21 12:57:53 +01:00
daemon_unix_test.go
daemon_windows.go
docker.go Split daemon service code to _windows file 2018-03-21 12:57:53 +01:00
docker_unix.go Split daemon service code to _windows file 2018-03-21 12:57:53 +01:00
docker_windows.go Split daemon service code to _windows file 2018-03-21 12:57:53 +01:00
metrics.go
options.go
options_test.go
service_unsupported.go Split daemon service code to _windows file 2018-03-21 12:57:53 +01:00
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.