From 86281a7b4b956446fe9a0f33b59a7defa9b3cb27 Mon Sep 17 00:00:00 2001 From: Lukas Heeren Date: Mon, 14 Oct 2019 13:33:37 +0200 Subject: [PATCH] daemon: document --max-download-attempts option update docs based on PR 39949 Signed-off-by: Lukas Heeren Signed-off-by: Sebastiaan van Stijn --- docs/reference/commandline/dockerd.md | 4 ++++ man/dockerd.8.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/docs/reference/commandline/dockerd.md b/docs/reference/commandline/dockerd.md index 29427c4149..b4a71dd466 100644 --- a/docs/reference/commandline/dockerd.md +++ b/docs/reference/commandline/dockerd.md @@ -70,6 +70,7 @@ Options: --log-opt map Default log driver options for containers (default map[]) --max-concurrent-downloads int Set the max concurrent downloads for each pull (default 3) --max-concurrent-uploads int Set the max concurrent uploads for each push (default 5) + --max-download-attempts int Set the max download attempts for each pull (default 5) --metrics-addr string Set default address and port to serve the metrics api on --mtu int Set the containers network MTU --node-generic-resources list Advertise user-defined resource @@ -1323,6 +1324,7 @@ This is a full example of the allowed configuration options on Linux: "cluster-advertise": "", "max-concurrent-downloads": 3, "max-concurrent-uploads": 5, + "max-download-attempts": 5, "default-shm-size": "64M", "shutdown-timeout": 15, "debug": true, @@ -1424,6 +1426,7 @@ This is a full example of the allowed configuration options on Windows: "cluster-advertise": "", "max-concurrent-downloads": 3, "max-concurrent-uploads": 5, + "max-download-attempts": 5, "shutdown-timeout": 15, "debug": true, "hosts": [], @@ -1473,6 +1476,7 @@ The list of currently supported options that can be reconfigured is this: - `live-restore`: Enables [keeping containers alive during daemon downtime](https://docs.docker.com/config/containers/live-restore/). - `max-concurrent-downloads`: it updates the max concurrent downloads for each pull. - `max-concurrent-uploads`: it updates the max concurrent uploads for each push. +- `max-download-attempts`: it updates the max download attempts for each pull. - `default-runtime`: it updates the runtime to be used if not is specified at container creation. It defaults to "default" which is the runtime shipped with the official docker packages. diff --git a/man/dockerd.8.md b/man/dockerd.8.md index 0224035970..837e28508e 100644 --- a/man/dockerd.8.md +++ b/man/dockerd.8.md @@ -56,6 +56,7 @@ dockerd - Enable daemon mode [**--mtu**[=*0*]] [**--max-concurrent-downloads**[=*3*]] [**--max-concurrent-uploads**[=*5*]] +[**--max-download-attempts**[=*5*]] [**--node-generic-resources**[=*[]*]] [**-p**|**--pidfile**[=*/var/run/docker.pid*]] [**--raw-logs**] @@ -329,6 +330,9 @@ unix://[/path/to/socket] to use. **--max-concurrent-uploads**=*5* Set the max concurrent uploads for each push. Default is `5`. +**--max-download-attempts**=*5* + Set the max download attempts for each pull. Default is `5`. + **--node-generic-resources**=*[]* Advertise user-defined resource. Default is `[]`. Use this if your swarm cluster has some nodes with custom