mirror of https://github.com/docker/cli.git
Add bash completion for `service create|update --init`
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
ee8cdb3850
commit
97d312e02a
|
@ -3402,6 +3402,7 @@ _docker_service_update_and_create() {
|
||||||
local boolean_options="
|
local boolean_options="
|
||||||
--detach -d
|
--detach -d
|
||||||
--help
|
--help
|
||||||
|
--init
|
||||||
--no-healthcheck
|
--no-healthcheck
|
||||||
--read-only
|
--read-only
|
||||||
--tty -t
|
--tty -t
|
||||||
|
|
Loading…
Reference in New Issue