mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Compute plugin list in bash completion for docker daemon --authz-plugin
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
dcbd5e04b7
commit
2134d38935
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue