mirror of
https://github.com/moby/moby.git
synced 2026-07-07 15:18:41 +00:00
That job was a hacky solution to a real race condition. This removes the hack without re-introducing the race. Signed-off-by: Solomon Hykes <solomon@docker.com>
docker.go contains Docker's main function.
This file provides first line CLI argument parsing and environment variable setting.