mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add bash completion for docker service update --hostname
Signed-off-by: Harald Albers <github@albersweb.de>
(cherry picked from commit 9d98d6d8cb
)
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
This commit is contained in:
parent
6622465645
commit
7d7af6ad14
1 changed files with 1 additions and 1 deletions
|
@ -2646,6 +2646,7 @@ _docker_service_update() {
|
|||
--health-interval
|
||||
--health-retries
|
||||
--health-timeout
|
||||
--hostname
|
||||
--label -l
|
||||
--limit-cpu
|
||||
--limit-memory
|
||||
|
@ -2689,7 +2690,6 @@ _docker_service_update() {
|
|||
--dns-search
|
||||
--env-file
|
||||
--group
|
||||
--hostname
|
||||
--mode
|
||||
--name
|
||||
--port
|
||||
|
|
Loading…
Add table
Reference in a new issue