markusthoemmes commented on a change in pull request #2232: make dns server 
configurable for user containers
URL: 
https://github.com/apache/incubator-openwhisk/pull/2232#discussion_r116380712
 
 

 ##########
 File path: 
core/invoker/src/main/scala/whisk/core/containerpool/docker/DockerContainer.scala
 ##########
 @@ -65,6 +66,7 @@ object DockerContainer {
                cpuShares: Int = 0,
                environment: Map[String, String] = Map(),
                network: String = "bridge",
+               dnsServer: Seq[String] = Seq(),
 
 Review comment:
   Should we make this plural, as its a `Seq`?
 
----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to