Merge pull request #24579 from albers/completion-service--registry-auth

bash completion for `docker service {create,update} --registry-auth`
Upstream-commit: a63efabd5344f4faf7c65ee525059a1e24328e50
Component: engine
This commit is contained in:
Vincent Demeester
2016-07-13 11:38:45 +02:00
committed by GitHub

View File

@ -1731,6 +1731,7 @@ _docker_service_update() {
local boolean_options="
--help
--registry-auth
"
if [ "$subcommand" = "update" ] ; then