Add bash completion for DNS settings in services
Signed-off-by: Harald Albers <github@albersweb.de> Upstream-commit: 28dc8c863a810a5fce078319fb422caced67b725 Component: engine
This commit is contained in:
@ -2643,6 +2643,9 @@ _docker_service_update() {
|
||||
if [ "$subcommand" = "create" ] ; then
|
||||
options_with_args="$options_with_args
|
||||
--container-label
|
||||
--dns
|
||||
--dns-option
|
||||
--dns-search
|
||||
--env-file
|
||||
--group
|
||||
--hostname
|
||||
@ -2670,6 +2673,12 @@ _docker_service_update() {
|
||||
--arg
|
||||
--container-label-add
|
||||
--container-label-rm
|
||||
--dns-add
|
||||
--dns-options-add
|
||||
--dns-options-rm
|
||||
--dns-rm
|
||||
--dns-search-add
|
||||
--dns-search-rm
|
||||
--group-add
|
||||
--group-rm
|
||||
--image
|
||||
|
||||
Reference in New Issue
Block a user