mirror of https://github.com/docker/cli.git
Add bash completion for `dockerd --experimental`
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
add78ffc8a
commit
7414101f3c
|
@ -1729,6 +1729,7 @@ _docker_daemon() {
|
|||
local boolean_options="
|
||||
$global_boolean_options
|
||||
--disable-legacy-registry
|
||||
--experimental
|
||||
--help
|
||||
--icc=false
|
||||
--ip-forward=false
|
||||
|
|
Loading…
Reference in New Issue