mirror of
https://github.com/moby/moby.git
synced 2026-07-13 02:52:20 +00:00
`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>
docker.go contains Docker daemon's main function.
This file provides first line CLI argument parsing and environment variable setting.