Compute plugin list in bash completion for docker daemon --authz-plugin
Signed-off-by: Harald Albers <github@albersweb.de>
Upstream-commit: 9a63a5cdd6
Component: cli
This commit is contained in:
committed by
Tibor Vass
parent
640cd614ed
commit
635afa8762
@ -706,6 +706,10 @@ _docker_daemon() {
|
||||
"
|
||||
|
||||
case "$prev" in
|
||||
--authz-plugin)
|
||||
__docker_complete_plugins Authorization
|
||||
return
|
||||
;;
|
||||
--cluster-store)
|
||||
COMPREPLY=( $( compgen -W "consul etcd zk" -S "://" -- "$cur" ) )
|
||||
__docker_nospace
|
||||
|
||||
Reference in New Issue
Block a user