mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
bash completion for journald tag support
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
7ee1aaf06d
commit
11fe3edacb
1 changed files with 1 additions and 1 deletions
|
@ -411,7 +411,7 @@ __docker_complete_log_options() {
|
|||
local awslogs_options="awslogs-region awslogs-group awslogs-stream"
|
||||
local fluentd_options="env fluentd-address labels tag"
|
||||
local gelf_options="env gelf-address labels tag"
|
||||
local journald_options="env labels"
|
||||
local journald_options="env labels tag"
|
||||
local json_file_options="env labels max-file max-size"
|
||||
local syslog_options="syslog-address syslog-tls-ca-cert syslog-tls-cert syslog-tls-key syslog-tls-skip-verify syslog-facility tag"
|
||||
local splunk_options="env labels splunk-caname splunk-capath splunk-index splunk-insecureskipverify splunk-source splunk-sourcetype splunk-token splunk-url tag"
|
||||
|
|
Loading…
Reference in a new issue