|
@@ -2643,6 +2643,9 @@ _docker_service_update() {
|
|
if [ "$subcommand" = "create" ] ; then
|
|
if [ "$subcommand" = "create" ] ; then
|
|
options_with_args="$options_with_args
|
|
options_with_args="$options_with_args
|
|
--container-label
|
|
--container-label
|
|
|
|
+ --dns
|
|
|
|
+ --dns-option
|
|
|
|
+ --dns-search
|
|
--env-file
|
|
--env-file
|
|
--group
|
|
--group
|
|
--hostname
|
|
--hostname
|
|
@@ -2670,6 +2673,12 @@ _docker_service_update() {
|
|
--arg
|
|
--arg
|
|
--container-label-add
|
|
--container-label-add
|
|
--container-label-rm
|
|
--container-label-rm
|
|
|
|
+ --dns-add
|
|
|
|
+ --dns-options-add
|
|
|
|
+ --dns-options-rm
|
|
|
|
+ --dns-rm
|
|
|
|
+ --dns-search-add
|
|
|
|
+ --dns-search-rm
|
|
--group-add
|
|
--group-add
|
|
--group-rm
|
|
--group-rm
|
|
--image
|
|
--image
|