mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03: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> Upstream-commit: b4efcd53e0a62a8ce1080e94e28358ac1a2d6ae2 Component: engine
docker.go contains Docker's main function.
This file provides first line CLI argument parsing and environment variable setting.