mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #16400 from albers/completion-log-opt-tags
bash completion: use generic `tag` log driver option
This commit is contained in:
commit
108891069f
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue