mirror of https://github.com/docker/cli.git
Add bash completion for `dockerd --init` and `docker run|create --init`
Fixes #30263 Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
8c24f5d5e7
commit
0e8ea8a2b6
|
@ -1380,6 +1380,7 @@ _docker_container_run() {
|
||||||
local boolean_options="
|
local boolean_options="
|
||||||
--disable-content-trust=false
|
--disable-content-trust=false
|
||||||
--help
|
--help
|
||||||
|
--init
|
||||||
--interactive -i
|
--interactive -i
|
||||||
--oom-kill-disable
|
--oom-kill-disable
|
||||||
--privileged
|
--privileged
|
||||||
|
@ -1736,6 +1737,7 @@ _docker_daemon() {
|
||||||
--experimental
|
--experimental
|
||||||
--help
|
--help
|
||||||
--icc=false
|
--icc=false
|
||||||
|
--init
|
||||||
--ip-forward=false
|
--ip-forward=false
|
||||||
--ip-masq=false
|
--ip-masq=false
|
||||||
--iptables=false
|
--iptables=false
|
||||||
|
|
Loading…
Reference in New Issue