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:
@ -1731,6 +1731,7 @@ _docker_service_update() {
|
||||
|
||||
local boolean_options="
|
||||
--help
|
||||
--registry-auth
|
||||
"
|
||||
|
||||
if [ "$subcommand" = "update" ] ; then
|
||||
|
||||
Reference in New Issue
Block a user