mirror of https://github.com/docker/cli.git
Add bash completion for `dockerd --version`
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
cf3ffc516b
commit
5296907bef
|
@ -1965,6 +1965,7 @@ _docker_daemon() {
|
|||
--raw-logs
|
||||
--selinux-enabled
|
||||
--userland-proxy=false
|
||||
--version -v
|
||||
"
|
||||
local options_with_args="
|
||||
$global_options_with_args
|
||||
|
|
Loading…
Reference in New Issue