You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/12/14 03:56:07 UTC

[GitHub] chetanmeh commented on a change in pull request #4176: additional container factory dns configuration

chetanmeh commented on a change in pull request #4176: additional container factory dns configuration
URL: https://github.com/apache/incubator-openwhisk/pull/4176#discussion_r241638236
 
 

 ##########
 File path: common/scala/src/main/scala/org/apache/openwhisk/core/containerpool/ContainerFactory.scala
 ##########
 @@ -27,6 +27,8 @@ import scala.concurrent.Future
 
 case class ContainerArgsConfig(network: String,
                                dnsServers: Seq[String] = Seq.empty,
+                               dnsSearch: Seq[String] = Seq.empty,
 
 Review comment:
   Going forward we should look into opening up the docker argument configuration in a generic way such that any argument can be configured without requiring code change

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services