mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
bash completion for etwlogs logging driver
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
675617bc85
commit
1cd6b545ec
1 changed files with 1 additions and 0 deletions
|
@ -395,6 +395,7 @@ __docker_complete_isolation() {
|
|||
__docker_complete_log_drivers() {
|
||||
COMPREPLY=( $( compgen -W "
|
||||
awslogs
|
||||
etwlogs
|
||||
fluentd
|
||||
gelf
|
||||
journald
|
||||
|
|
Loading…
Add table
Reference in a new issue