mirror of https://github.com/docker/cli.git
Add zsh completion for 'docker daemon --max-concurrent-downloads --max-concurrent-uploads'
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
This commit is contained in:
parent
9eca8d95c0
commit
5b848ce0e4
|
@ -833,6 +833,8 @@ __docker_subcommand() {
|
||||||
"($help)*--label=[Key=value labels]:label: " \
|
"($help)*--label=[Key=value labels]:label: " \
|
||||||
"($help)--log-driver=[Default driver for container logs]:Logging driver:(awslogs etwlogs fluentd gcplogs gelf journald json-file none splunk syslog)" \
|
"($help)--log-driver=[Default driver for container logs]:Logging driver:(awslogs etwlogs fluentd gcplogs gelf journald json-file none splunk syslog)" \
|
||||||
"($help)*--log-opt=[Log driver specific options]:log driver options:__docker_log_options" \
|
"($help)*--log-opt=[Log driver specific options]:log driver options:__docker_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)--mtu=[Network MTU]:mtu:(0 576 1420 1500 9000)" \
|
"($help)--mtu=[Network MTU]:mtu:(0 576 1420 1500 9000)" \
|
||||||
"($help -p --pidfile)"{-p=,--pidfile=}"[Path to use for daemon PID file]:PID file:_files" \
|
"($help -p --pidfile)"{-p=,--pidfile=}"[Path to use for daemon PID file]:PID file:_files" \
|
||||||
"($help)--raw-logs[Full timestamps without ANSI coloring]" \
|
"($help)--raw-logs[Full timestamps without ANSI coloring]" \
|
||||||
|
|
Loading…
Reference in New Issue