Files
docker-cli/components/engine/docs/reference/commandline
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-09 13:35:34 -07:00
2016-03-12 14:11:01 +01:00
2016-02-19 09:27:03 +08:00
2016-04-12 13:37:31 -04:00
2015-06-15 13:19:38 -07:00
2016-04-27 01:11:03 +00:00
2016-01-03 23:03:39 +01:00
2016-01-26 15:58:53 -08:00
2016-02-19 09:27:03 +08:00
2016-01-22 09:27:53 +02:00
2016-03-24 18:57:44 +01:00
2016-02-11 15:49:36 -08:00
2016-01-13 21:28:52 -08:00
2016-02-19 09:27:03 +08:00
2016-01-21 04:26:49 +00:00
2016-03-15 09:26:41 +00:00
2016-02-19 09:27:03 +08:00
2016-02-02 12:28:33 +00:00
2016-04-25 13:07:29 -07:00
2016-03-22 08:16:52 +01:00
2016-01-26 15:58:53 -08:00
2016-01-03 23:03:39 +01:00
2016-01-26 15:58:53 -08:00
2016-02-20 17:06:32 +08:00
2016-02-18 21:52:15 +02:00