1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/cmd/dockerd
HuanHuan Ye 88c554f950 DaemonCli: Move check into startMetricsServer
Fix TODO: move into startMetricsServer()
Fix errors.Wrap return nil when passed err is nil

Co-Authored-By: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
Signed-off-by: HuanHuan Ye <logindaveye@gmail.com>
2019-09-12 15:18:05 +08:00
..
config.go Add (hidden) flags to set containerd namespaces 2019-07-11 17:27:48 -07:00
config_common_unix.go dockerd: fix rootless detection (alternative to #39024) 2019-04-25 16:47:01 +09:00
config_unix.go Improve description for cpu-rt-period,runtime daemon flags 2019-06-21 17:15:21 +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 Remove hack MalformedHostHeaderOverride 2019-07-18 21:25:04 +02:00
daemon_unix_test.go
daemon_windows.go Remove hack MalformedHostHeaderOverride 2019-07-18 21:25:04 +02:00
docker.go dockerd: fix rootless detection (alternative to #39024) 2019-04-25 16:47:01 +09:00
docker_unix.go
docker_windows.go
metrics.go DaemonCli: Move check into startMetricsServer 2019-09-12 15:18:05 +08:00
options.go
options_test.go
README.md
service_unsupported.go
service_windows.go

docker.go contains Docker daemon's main function.

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