Merge pull request #247 from albers/completion-service--entrypoint

Add bash completion for `service create|update --entrypoint`
This commit is contained in:
Sebastiaan van Stijn 2017-06-30 00:09:20 -07:00 committed by GitHub
commit 1c4d070cf5
1 changed files with 2 additions and 1 deletions

View File

@ -3039,6 +3039,7 @@ _docker_service_update() {
_docker_service_update_and_create() {
local options_with_args="
--endpoint-mode
--entrypoint
--env -e
--force
--health-cmd
@ -3138,7 +3139,7 @@ _docker_service_update_and_create() {
fi
if [ "$subcommand" = "update" ] ; then
options_with_args="$options_with_args
--arg
--args
--constraint-add
--constraint-rm
--container-label-add