moby--moby/cmd/dockerd
Luis Henrique Mulinari ad11d3f232 Fix the max-concurrent-downloads and max-concurrent-uploads configs documentation
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>
(cherry picked from commit 6c0aa5b00a)
Signed-off-by: Cory Snider <csnider@mirantis.com>
2022-10-31 11:51:27 -04:00
..
trap cmd/dockerd: fix empty-lines (revive) 2022-10-01 00:01:14 +02:00
README.md
config.go Fix the max-concurrent-downloads and max-concurrent-uploads configs documentation 2022-10-31 11:51:27 -04:00
config_unix.go daemon/config: New(): set more defaults 2022-06-29 19:59:18 +02:00
config_unix_test.go
config_windows.go
daemon.go cmd/dockerd: fix empty-lines (revive) 2022-10-01 00:01:14 +02:00
daemon_freebsd.go
daemon_linux.go
daemon_test.go
daemon_unix.go
daemon_unix_test.go
daemon_windows.go
docker.go
docker_unix.go
docker_windows.go
genwinres_windows.go
metrics.go set ReadHeaderTimeout to address G112: Potential Slowloris Attack (gosec) 2022-09-22 12:27:32 +02:00
options.go
options_test.go
service_unsupported.go
service_windows.go Change restart delay for Windows service to 15s 2022-10-13 23:08:42 +02:00

README.md

docker.go contains Docker daemon's main function.

This file provides first line CLI argument parsing and environment variable setting.