mirror of
https://github.com/moby/moby.git
synced 2026-07-08 07:37:55 +00:00
This option is only used for the default bridge network; let's move the field to that struct to make it clearer what it's used for. 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.