YangZhou1997 opened a new issue #4460: How to specify -v parameter for docker containers that run functions? URL: https://github.com/apache/incubator-openwhisk/issues/4460 HI all, I am trying to implement a shared memory between the running functions and the outside host. I planned to use the -v (volumes) feature of docker to share files between docker containers and the outside. Particularly, the -v parameter for docker container requires to be set during the container invoking phase. However, I did not find any API in openwhisk that I can use to set the -v parameter for containers that run functions, during the container invoking phase. If currently there is no such API provided, can anyone point out which source file might be a good starting point to hack on (to implement the functionality of specifying the -v parameter)? Any suggestions are highly appreciated!
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
