mirror of https://github.com/docker/cli.git
bash completion for `docker daemon --authz-plugin`
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
c54cb6f490
commit
9339b4abb5
|
@ -656,6 +656,7 @@ _docker_daemon() {
|
|||
local options_with_args="
|
||||
$global_options_with_args
|
||||
--api-cors-header
|
||||
--authz-plugin
|
||||
--bip
|
||||
--bridge -b
|
||||
--cluster-advertise
|
||||
|
|
Loading…
Reference in New Issue