Merge pull request #30266 from albers/completion--init
Add bash completion for `dockerd --init` and `docker run|create --init` Upstream-commit: ee54d8eb27037eb4232a144c7618f612f8a51cf6 Component: engine
This commit is contained in:
@ -1380,6 +1380,7 @@ _docker_container_run() {
|
||||
local boolean_options="
|
||||
--disable-content-trust=false
|
||||
--help
|
||||
--init
|
||||
--interactive -i
|
||||
--oom-kill-disable
|
||||
--privileged
|
||||
@ -1736,6 +1737,7 @@ _docker_daemon() {
|
||||
--experimental
|
||||
--help
|
||||
--icc=false
|
||||
--init
|
||||
--ip-forward=false
|
||||
--ip-masq=false
|
||||
--iptables=false
|
||||
|
||||
Reference in New Issue
Block a user