Files
docker-cli/components/engine/daemon
Yong Tang be88ed49c5 Docker pull/push with max concurrency limits.
This fix tries to address issues raised in #20936 and #22443
where `docker pull` or `docker push` fails because of the
concurrent connection failing.
Currently, the number of maximum concurrent connections is
controlled by `maxDownloadConcurrency` and `maxUploadConcurrency`
which are hardcoded to 3 and 5 respectively. Therefore, in
situations where network connections don't support multiple
downloads/uploads, failures may encounter for `docker push`
or `docker pull`.

This fix tries changes `maxDownloadConcurrency` and
`maxUploadConcurrency` to adjustable by passing
`--max-concurrent-uploads` and `--max-concurrent-downloads` to
`docker daemon` command.

The documentation related to docker daemon has been updated.

Additional test case have been added to cover the changes in this fix.

This fix fixes #20936. This fix fixes #22443.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Upstream-commit: 7368e41c07c21a1e2c6a49abecd1c2fc76404e49
Component: engine
2016-05-11 19:44:54 -07:00
..
2016-05-06 16:08:53 -07:00
2016-04-25 10:52:13 +08:00
2016-03-28 12:24:01 -07:00
2016-05-09 14:12:28 +08:00
2016-05-09 14:12:28 +08:00
2016-02-03 10:43:01 -08:00
2016-03-11 23:22:16 +08:00
2016-04-26 07:36:14 +00:00
2016-04-15 12:48:01 +02:00
2016-01-14 08:17:40 +00:00
2016-04-19 16:56:54 +02:00
2016-04-12 20:30:34 -04:00