Compute plugin list in bash completion for docker daemon --authz-plugin
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
committed by
Tibor Vass
parent
6bfda2dbbc
commit
9a63a5cdd6
@@ -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