moby--moby/cmd/dockerd
Sebastiaan van Stijn 5d352f6a87
cmd/dockerd: remove config_common_unix.go
This file was originally part of the work to support Solaris, and
there's nothing "not common unix" anymmore, so merging the files.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-04-27 11:14:08 +02:00
..
trap
README.md
config.go cmd/dockerd: combine installRegistryServiceFlags with installCommonConfigFlags 2022-04-27 11:14:05 +02:00
config_unix.go cmd/dockerd: remove config_common_unix.go 2022-04-27 11:14:08 +02:00
config_unix_test.go
config_windows.go
daemon.go cmd/dockerd: validate API configuration as part of --validate 2022-04-27 00:34:24 +02:00
daemon_freebsd.go
daemon_linux.go
daemon_test.go cmd/dockerd: un-export config methods, and don't pass flags "twice" 2022-04-27 00:34:17 +02:00
daemon_unix.go
daemon_unix_test.go
daemon_windows.go
docker.go cmd/dockerd: un-export config methods, and don't pass flags "twice" 2022-04-27 00:34:17 +02:00
docker_unix.go
docker_windows.go
genwinres_windows.go
metrics.go
options.go cmd/dockerd: un-export config methods, and don't pass flags "twice" 2022-04-27 00:34:17 +02:00
options_test.go cmd/dockerd: un-export config methods, and don't pass flags "twice" 2022-04-27 00:34:17 +02:00
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.