mirror of
https://github.com/moby/moby.git
synced 2026-07-26 19:32:56 +00:00
Perform the validation when the daemon starts instead of performing these validations for each individual container, so that we can fail early. 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.