Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
(cherry picked from commit ca3ff89e56026d31ec0fdd2bf59b0db3ca5be3c1)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -576,7 +576,7 @@ __docker_subcommand() {
|
| 576 | 576 |
"($help)--ipc=[IPC namespace to use]:IPC namespace: " |
| 577 | 577 |
"($help)*--link=[Add link to another container]:link:->link" |
| 578 | 578 |
"($help)*"{-l=,--label=}"[Container metadata]:label: "
|
| 579 |
- "($help)--log-driver=[Default driver for container logs]:Logging driver:(json-file syslog journald gelf fluentd awslogs splunk none)" |
|
| 579 |
+ "($help)--log-driver=[Default driver for container logs]:Logging driver:(awslogs etwlogs fluentd gcplogs gelf journald json-file none splunk syslog)" |
|
| 580 | 580 |
"($help)*--log-opt=[Log driver specific options]:log driver options:__docker_log_options" |
| 581 | 581 |
"($help)--mac-address=[Container MAC address]:MAC address: " |
| 582 | 582 |
"($help)--name=[Container name]:name: " |
| ... | ... |
@@ -717,7 +717,7 @@ __docker_subcommand() {
|
| 717 | 717 |
"($help)--ipv6[Enable IPv6 networking]" \ |
| 718 | 718 |
"($help -l --log-level)"{-l=,--log-level=}"[Logging level]:level:(debug info warn error fatal)" \
|
| 719 | 719 |
"($help)*--label=[Key=value labels]:label: " \ |
| 720 |
- "($help)--log-driver=[Default driver for container logs]:Logging driver:(json-file syslog journald gelf fluentd awslogs splunk none)" \ |
|
| 720 |
+ "($help)--log-driver=[Default driver for container logs]:Logging driver:(awslogs etwlogs fluentd gcplogs gelf journald json-file none splunk syslog)" \ |
|
| 721 | 721 |
"($help)*--log-opt=[Log driver specific options]:log driver options:__docker_log_options" \ |
| 722 | 722 |
"($help)--mtu=[Network MTU]:mtu:(0 576 1420 1500 9000)" \ |
| 723 | 723 |
"($help -p --pidfile)"{-p=,--pidfile=}"[Path to use for daemon PID file]:PID file:_files" \
|