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 2019/01/16 17:06:27 UTC

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

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

 ##########
 File path: core/invoker/src/main/resources/application.conf
 ##########
 @@ -68,7 +68,10 @@ whisk {
   # args for 'docker run' to use
   container-factory.container-args {
     network: bridge
+    # See https://docs.docker.com/config/containers/container-networking/#dns-services for documentation of dns-*
     dns-servers: []
+    dns-search: []
+    dns-option: []
 
 Review comment:
   fixed

----------------------------------------------------------------
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