Compute plugin list in bash completion for docker daemon --authz-plugin
Signed-off-by: Harald Albers <github@albersweb.de> Upstream-commit: 2134d38935e99a0fa750870e1a509eb2515d104f Component: engine
This commit is contained in:
@@ -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