Merge pull request #28833 from albers/completion-service-update--hostname

Add bash completion for `docker service update --hostname`
This commit is contained in:
Sebastiaan van Stijn 2016-11-25 14:03:54 +01:00 committed by GitHub
commit 28c3d5c2f9
1 changed files with 1 additions and 1 deletions

View File

@ -2621,6 +2621,7 @@ _docker_service_update() {
--health-interval
--health-retries
--health-timeout
--hostname
--label -l
--limit-cpu
--limit-memory
@ -2664,7 +2665,6 @@ _docker_service_update() {
--dns-search
--env-file
--group
--hostname
--mode
--name
--port