None of the daemon flags use a constant for the flag name. This patch removes the constant for consistency Also removes a FIXME, that was now in the wrong location, and added a long time ago in 353b7c8ec77b30fa83dac5ec0778193f6de8b437, without a lot of context (and probably no longer really relevant). Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 9894576fb7e11d9536e09ca04193b845a33b9dec Component: engine
docker.go contains Docker daemon's main function.
This file provides first line CLI argument parsing and environment variable setting.