bash completion: use generic `tag` log driver option

Signed-off-by: Harald Albers <github@albersweb.de>
master
Harald Albers 2015-09-18 16:20:05 +02:00 committed by Tibor Vass
parent 3058fcf68b
commit eb684d2bad
1 changed files with 3 additions and 3 deletions

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