Files
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
..
2018-02-05 16:51:57 -05:00
2019-04-08 18:44:14 +09:00
2019-04-08 18:44:14 +09:00
2019-04-08 18:44:14 +09:00
2019-03-12 18:41:55 -07:00
2019-03-12 18:41:55 -07:00
2019-03-12 18:41:55 -07:00
2018-05-23 17:50:54 +02:00
2018-06-13 09:04:30 +02:00
2016-09-01 14:47:51 +08:00

docker.go contains Docker daemon's main function.

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