1
0
mirror of https://github.com/docker/cli.git synced 2026-01-13 18:22:35 +03:00

bash completion: use generic tag log driver option

Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
Harald Albers
2015-09-18 16:20:05 +02:00
committed by Tibor Vass
parent 3058fcf68b
commit eb684d2bad

View File

@@ -275,10 +275,10 @@ __docker_log_drivers() {
__docker_log_driver_options() {
# see docs/reference/logging/index.md
local fluentd_options="fluentd-address fluentd-tag"
local gelf_options="gelf-address gelf-tag"
local fluentd_options="fluentd-address tag"
local gelf_options="gelf-address tag"
local json_file_options="max-file max-size"
local syslog_options="syslog-address syslog-facility syslog-tag"
local syslog_options="syslog-address syslog-facility tag"
local awslogs_options="awslogs-region awslogs-group awslogs-stream"
case $(__docker_value_of_option --log-driver) in