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 2017/12/13 11:32:38 UTC

[GitHub] rabbah commented on a change in pull request #3094: Bound docker/runc commands in their allowed runtime.

rabbah commented on a change in pull request #3094: Bound docker/runc commands in their allowed runtime.
URL: https://github.com/apache/incubator-openwhisk/pull/3094#discussion_r156632472
 
 

 ##########
 File path: core/invoker/src/main/scala/whisk/core/containerpool/docker/DockerClient.scala
 ##########
 @@ -49,6 +53,17 @@ object DockerContainerId {
   }
 }
 
+/**
+ * Configuration for docker client command timeouts.
+ */
+case class DockerClientTimeoutConfig(run: Duration,
 
 Review comment:
   This is nice. 

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