mirror of https://github.com/docker/cli.git
Merge pull request #2273 from thaJeztah/max_download_attempts_completion
completion: add `--max-download-attempts`
This commit is contained in:
commit
9b420b1511
|
@ -2551,6 +2551,7 @@ _docker_daemon() {
|
|||
--log-opt
|
||||
--max-concurrent-downloads
|
||||
--max-concurrent-uploads
|
||||
--max-download-attempts
|
||||
--metrics-addr
|
||||
--mtu
|
||||
--network-control-plane-mtu
|
||||
|
|
|
@ -2669,6 +2669,7 @@ __docker_subcommand() {
|
|||
"($help)*--log-opt=[Default log driver options for containers]:log driver options:__docker_complete_log_options" \
|
||||
"($help)--max-concurrent-downloads[Set the max concurrent downloads for each pull]" \
|
||||
"($help)--max-concurrent-uploads[Set the max concurrent uploads for each push]" \
|
||||
"($help)--max-download-attempts[Set the max download attempts for each pull]" \
|
||||
"($help)--mtu=[Network MTU]:mtu:(0 576 1420 1500 9000)" \
|
||||
"($help)--oom-score-adjust=[Set the oom_score_adj for the daemon]:oom-score:(-500)" \
|
||||
"($help -p --pidfile)"{-p=,--pidfile=}"[Path to use for daemon PID file]:PID file:_files" \
|
||||
|
|
Loading…
Reference in New Issue