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/12/18 06:01:13 UTC

[GitHub] [openwhisk-runtime-python] rabbah commented on issue #74: Openwhisk incompatibility problem!!

rabbah commented on issue #74: Openwhisk incompatibility problem!! 
URL: https://github.com/apache/openwhisk-runtime-python/issues/74#issuecomment-566881118
 
 
   I don't think this is actionable - one way to debug this is to run the container directly for your runtime:
   
   for example (if your image is called `actionloop-php-v7.3`)
   ```
   > docker run -d -p 8080:8080 actionloop-php-v7.3
   > /path/to/openwhisk/tools/actionProxy/invoke.py init your-zip-file.zip
   > /path/to/openwhisk/tools/actionProxy/invoke.py run '{"your":"json"}'
   ```
   
   you can pass parameters from a file - see `invoke.py`'s help.
   
   I hope this helps.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services