Skip to content

Commit

Permalink
Add zsh completion for new 'docker daemon --log-opt syslog-tls-ca-cer…
Browse files Browse the repository at this point in the history
…t syslog-tls-cert syslog-tls-key syslog-tls-skip-verify' options

Signed-off-by: Steve Durrheimer <[email protected]>
  • Loading branch information
sdurrheimer committed Jan 25, 2016
1 parent 7145871 commit b3cd453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/completion/zsh/_docker
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ __docker_get_log_options() {
gelf_options=("env" "gelf-address" "labels" "tag")
journald_options=("env" "labels")
json_file_options=("env" "labels" "max-file" "max-size")
syslog_options=("syslog-address" "syslog-facility" "tag")
syslog_options=("syslog-address" "syslog-tls-ca-cert" "syslog-tls-cert" "syslog-tls-key" "syslog-tls-skip-verify" "syslog-facility" "tag")
splunk_options=("env" "labels" "splunk-caname" "splunk-capath" "splunk-index" "splunk-insecureskipverify" "splunk-source" "splunk-sourcetype" "splunk-token" "splunk-url" "tag")

[[ $log_driver = (awslogs|all) ]] && _describe -t awslogs-options "awslogs options" awslogs_options "$@" && ret=0
Expand Down

0 comments on commit b3cd453

Please sign in to comment.