mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
We return errors in this function, except for this one, which was logged as Fatal. If we want errors to be logged, we should probably do so in the function calling daemonCLI.start. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
docker.go contains Docker daemon's main function.
This file provides first line CLI argument parsing and environment variable setting.