mirror of https://github.com/docker/cli.git
Add bash completion for `docker service update --hostname`
Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
parent
f31ed0b125
commit
12858eb8d4
|
@ -2621,6 +2621,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
|
||||||
|
@ -2664,7 +2665,6 @@ _docker_service_update() {
|
||||||
--dns-search
|
--dns-search
|
||||||
--env-file
|
--env-file
|
||||||
--group
|
--group
|
||||||
--hostname
|
|
||||||
--mode
|
--mode
|
||||||
--name
|
--name
|
||||||
--port
|
--port
|
||||||
|
|
Loading…
Reference in New Issue