openwhisk-light
openwhisk-light copied to clipboard
simplify deployment in a docker container
Simplify the deployment when deployed in a container on the same docker engine as the action containers, e.g.:
- make the 'docker host' parameter optional (use socket interface or find docker URL automatically)
- don't require surfacing docker remote API (by using socket interface)
- find network, ports automatically