mirror of
https://github.com/moby/moby.git
synced 2026-07-17 13:01:51 +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.