mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
- Move the "Daemon has completed initialization" log to where it has actually completed initialization. - Move buildkit init to its own function. - Move the builder options to a separate struct, and change initBuildkit to return it instead of passing the router-options and manipulate it. Co-authored-by: Brian Goff <cpuguy83@gmail.com> Co-authored-by: Sebastiaan van Stijn <github@gone.nl> Signed-off-by: Brian Goff <cpuguy83@gmail.com> 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.