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="
|
||||
--detach -d
|
||||
--help
|
||||
--init
|
||||
--no-healthcheck
|
||||
--read-only
|
||||
--tty -t
|
||||
|
|
Loading…
Reference in New Issue