mirror of https://github.com/docker/cli.git
Add zsh completion for 'docker daemon --authz-plugin'
Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
This commit is contained in:
parent
b91f98d9f1
commit
1df420553c
|
@ -578,6 +578,7 @@ __docker_subcommand() {
|
||||||
_arguments $(__docker_arguments) \
|
_arguments $(__docker_arguments) \
|
||||||
$opts_help \
|
$opts_help \
|
||||||
"($help)--api-cors-header=[Set CORS headers in the remote API]:CORS headers: " \
|
"($help)--api-cors-header=[Set CORS headers in the remote API]:CORS headers: " \
|
||||||
|
"($help)*--authz-plugin=[Set authorization plugins to load]" \
|
||||||
"($help -b --bridge)"{-b=,--bridge=}"[Attach containers to a network bridge]:bridge:_net_interfaces" \
|
"($help -b --bridge)"{-b=,--bridge=}"[Attach containers to a network bridge]:bridge:_net_interfaces" \
|
||||||
"($help)--bip=[Specify network bridge IP]" \
|
"($help)--bip=[Specify network bridge IP]" \
|
||||||
"($help -D --debug)"{-D,--debug}"[Enable debug mode]" \
|
"($help -D --debug)"{-D,--debug}"[Enable debug mode]" \
|
||||||
|
|
Loading…
Reference in New Issue