You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/10/03 12:12:17 UTC

[GitHub] markusthoemmes commented on a change in pull request #2828: option to use docker pause/unpause instead of docker-runc pause/unpause

markusthoemmes commented on a change in pull request #2828: option to use docker pause/unpause instead of docker-runc pause/unpause
URL: https://github.com/apache/incubator-openwhisk/pull/2828#discussion_r142383007
 
 

 ##########
 File path: core/invoker/src/main/scala/whisk/core/containerpool/docker/DockerContainerFactory.scala
 ##########
 @@ -41,6 +41,7 @@ class DockerContainerFactory(config: WhiskConfig, instance: InstanceId, paramete
   /** Initialize container clients */
   implicit val docker = new DockerClientWithFileAccess()(ec)
   implicit val runc = new RuncClient(ec)
+  implicit val useRunc = config.invokerUseRunc
 
 Review comment:
   Please remove this implicit as well.
 
----------------------------------------------------------------
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