Add zsh completion for 'docker daemon --authz-plugin'

Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
Upstream-commit: 76844d786bea2e435d25f150044fa242206ce364
Component: engine
This commit is contained in:
Steve Durrheimer
2015-12-14 21:16:54 +01:00
parent 6e0f72dc84
commit 0d312f9927

View File

@ -578,6 +578,7 @@ __docker_subcommand() {
_arguments $(__docker_arguments) \
$opts_help \
"($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)--bip=[Specify network bridge IP]" \
"($help -D --debug)"{-D,--debug}"[Enable debug mode]" \