Merge pull request #1210 from albers/completion-service-create--init

Add bash completion for `service create|update --init`
This commit is contained in:
Sebastiaan van Stijn
2018-07-13 09:44:11 +02:00
committed by GitHub

View File

@ -3402,6 +3402,7 @@ _docker_service_update_and_create() {
local boolean_options="
--detach -d
--help
--init
--no-healthcheck
--read-only
--tty -t