moby--moby/cmd/dockerd
Sebastiaan van Stijn 07ff4f1de8
goimports: fix imports
Format the source according to latest goimports.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-09-18 12:56:54 +02:00
..
README.md
config.go
config_common_unix.go
config_unix.go goimports: fix imports 2019-09-18 12:56:54 +02:00
config_unix_test.go
config_windows.go
daemon.go DaemonCli: Move check into startMetricsServer 2019-09-12 15:18:05 +08:00
daemon_freebsd.go
daemon_linux.go
daemon_test.go
daemon_unix.go
daemon_unix_test.go
daemon_windows.go
docker.go
docker_unix.go
docker_windows.go
metrics.go goimports: fix imports 2019-09-18 12:56:54 +02:00
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.