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-interval
|
||||||
--health-retries
|
--health-retries
|
||||||
--health-timeout
|
--health-timeout
|
||||||
|
--hostname
|
||||||
--label -l
|
--label -l
|
||||||
--limit-cpu
|
--limit-cpu
|
||||||
--limit-memory
|
--limit-memory
|
||||||
|
@ -2689,7 +2690,6 @@ _docker_service_update() {
|
||||||
--dns-search
|
--dns-search
|
||||||
--env-file
|
--env-file
|
||||||
--group
|
--group
|
||||||
--hostname
|
|
||||||
--mode
|
--mode
|
||||||
--name
|
--name
|
||||||
--port
|
--port
|
||||||
|
|
Loading…
Add table
Reference in a new issue