mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
This fix tries to address issues raised in #44346. The max-concurrent-downloads and max-concurrent-uploads limits are applied for the whole engine and not for each pull/push command. Signed-off-by: Luis Henrique Mulinari <luis.mulinari@gmail.com>
docker.go contains Docker daemon's main function.
This file provides first line CLI argument parsing and environment variable setting.