style95 commented on issue #5393:
URL: https://github.com/apache/openwhisk/issues/5393#issuecomment-1493911813

   OpenWhisk is using the 
[DockerContainer](https://github.com/apache/openwhisk/blob/master/core/invoker/src/main/scala/org/apache/openwhisk/core/containerpool/docker/DockerContainer.scala#L169)
 or 
[KubernetesContainer](https://github.com/apache/openwhisk/blob/master/core/invoker/src/main/scala/org/apache/openwhisk/core/containerpool/kubernetes/KubernetesContainer.scala#L116)
 to run containers.
   
   
   Since it is using [the Container 
trait](https://github.com/apache/openwhisk/blob/master/common/scala/src/main/scala/org/apache/openwhisk/core/containerpool/Container.scala#L72),
 I believe we can add another implementation such as PodmanContainer but for 
now it does not support it.
    
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to