mirror of
https://github.com/docker/docs.git
synced 2026-03-28 23:08:49 +07: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.