moby--moby/cmd/dockerd
Akihiro Suda 3bc02fc040 fix containerd WaitTimeout
`defer r.WaitTimeout(10s)` was in a wrong place and had caused the
daemon to hang for 10 seconds.

Fix #39025

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
2019-04-08 18:44:14 +09:00
..
hack
README.md
config.go
config_common_unix.go
config_unix.go
config_unix_test.go
config_windows.go
daemon.go fix containerd WaitTimeout 2019-04-08 18:44:14 +09:00
daemon_freebsd.go
daemon_linux.go
daemon_test.go
daemon_unix.go fix containerd WaitTimeout 2019-04-08 18:44:14 +09:00
daemon_unix_test.go
daemon_windows.go fix containerd WaitTimeout 2019-04-08 18:44:14 +09:00
docker.go
docker_unix.go
docker_windows.go
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.