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

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

View file

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