mirror of https://github.com/docker/cli.git
bash completion for etwlogs logging driver
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
fad60a834e
commit
50f87e458e
|
@ -395,6 +395,7 @@ __docker_complete_isolation() {
|
|||
__docker_complete_log_drivers() {
|
||||
COMPREPLY=( $( compgen -W "
|
||||
awslogs
|
||||
etwlogs
|
||||
fluentd
|
||||
gelf
|
||||
journald
|
||||
|
|
Loading…
Reference in New Issue