Merge pull request #31784 from albers/fix-completion-service-update-constraint

Fix bash completion for service constraints
Upstream-commit: 47cd4bf526723100bdbbd5a6bb983cdd668882e9
Component: engine
This commit is contained in:
Aaron Lehmann
2017-03-13 10:42:22 -07:00
committed by GitHub
@@ -2967,7 +2967,6 @@ _docker_service_update_and_create() {
local $subcommand="${words[$subcommand_pos]}"
local options_with_args="
--constraint
--endpoint-mode
--env -e
--force
@@ -3018,6 +3017,7 @@ _docker_service_update_and_create() {
if [ "$subcommand" = "create" ] ; then
options_with_args="$options_with_args
--constraint
--container-label
--dns
--dns-option
@@ -3061,6 +3061,8 @@ _docker_service_update_and_create() {
if [ "$subcommand" = "update" ] ; then
options_with_args="$options_with_args
--arg
--constraint-add
--constraint-rm
--container-label-add
--container-label-rm
--dns-add